Eliminate C++ comment.
This commit is contained in:
parent
f621232c0d
commit
ba2f875d90
|
@ -2499,7 +2499,7 @@ static PyMethodDef Tkapp_methods[] =
|
|||
static void
|
||||
Tkapp_Dealloc(PyObject *self)
|
||||
{
|
||||
//CHECK_TCL_APPARTMENT;
|
||||
/*CHECK_TCL_APPARTMENT;*/
|
||||
ENTER_TCL
|
||||
Tcl_DeleteInterp(Tkapp_Interp(self));
|
||||
LEAVE_TCL
|
||||
|
|
Loading…
Reference in New Issue