From a8cfc154fc35edc16d10672712a6a3b36c6b9560 Mon Sep 17 00:00:00 2001 From: spoob Date: Fri, 5 Jun 2009 13:35:10 +0200 Subject: removed useless function get_parent_status --- Plugins/RSDF.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'Plugins/RSDF.py') diff --git a/Plugins/RSDF.py b/Plugins/RSDF.py index bbbf3d960..74c07a007 100644 --- a/Plugins/RSDF.py +++ b/Plugins/RSDF.py @@ -27,9 +27,6 @@ class RSDF(Plugin): """ returns True or False """ return True - - def __call__(self): - return self.props['name'] def proceed(self, url, location): try: -- cgit v1.2.3