Eliminate C++ comment.

This commit is contained in:
Martin v. Löwis 2002-12-31 17:34:30 +00:00
parent f621232c0d
commit ba2f875d90
1 changed files with 1 additions and 1 deletions

View File

@ -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