Removed unused vars
This commit is contained in:
parent
33d6ec062e
commit
6648fb749b
|
@ -220,9 +220,6 @@ rf_close(self, args)
|
||||||
rfobject *self;
|
rfobject *self;
|
||||||
PyObject *args;
|
PyObject *args;
|
||||||
{
|
{
|
||||||
long where;
|
|
||||||
OSErr err;
|
|
||||||
|
|
||||||
if (!PyArg_ParseTuple(args, ""))
|
if (!PyArg_ParseTuple(args, ""))
|
||||||
return NULL;
|
return NULL;
|
||||||
do_close(self);
|
do_close(self);
|
||||||
|
|
Loading…
Reference in New Issue