Kaydet (Commit) 6648fb74 authored tarafından Jack Jansen's avatar Jack Jansen

Removed unused vars

üst 33d6ec06
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment