Removed unused variable

This commit is contained in:
Jack Jansen 2003-03-07 15:37:31 +00:00
parent 1c8501e5b4
commit 45f5c4ab3e

View File

@ -113,7 +113,6 @@ my_filterProc(AEDesc *theItem, void *info,
PyObject *pyfunc;
PyObject *rv;
Boolean c_rv = false;
PyObject theItemCopy;
if (!dict) return false;
if ( (pyfunc = PyDict_GetItemString(dict, "filterProc")) == NULL ) {