Removed unused vars

This commit is contained in:
Jack Jansen 1996-03-05 16:56:00 +00:00
parent 33d6ec062e
commit 6648fb749b
1 changed files with 0 additions and 3 deletions

View File

@ -220,9 +220,6 @@ rf_close(self, args)
rfobject *self;
PyObject *args;
{
long where;
OSErr err;
if (!PyArg_ParseTuple(args, ""))
return NULL;
do_close(self);