From a8cfc154fc35edc16d10672712a6a3b36c6b9560 Mon Sep 17 00:00:00 2001
From: spoob <spoob@gmx.de>
Date: Fri, 5 Jun 2009 13:35:10 +0200
Subject: removed useless function get_parent_status

---
 Plugins/XupIn.py | 9 ---------
 1 file changed, 9 deletions(-)

(limited to 'Plugins/XupIn.py')

diff --git a/Plugins/XupIn.py b/Plugins/XupIn.py
index 534be2e94..21bcd3434 100644
--- a/Plugins/XupIn.py
+++ b/Plugins/XupIn.py
@@ -23,15 +23,6 @@ class XupIn(Plugin):
         self.posts = {}
         self.want_reconnect = None
         self.multi_dl = False
-    
-    def set_parent_status(self):
-        """ sets all available Statusinfos about a File in self.parent.status
-        """
-        if self.html == None:
-            self.download_html()
-        self.parent.status.filename = self.get_file_name()
-        self.parent.status.url = self.get_file_url()
-        self.parent.status.wait = self.wait_until()
         
     def download_html(self):
         url = self.parent.url
-- 
cgit v1.2.3