Removed unused vars
This commit is contained in:
parent
33d6ec062e
commit
6648fb749b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue