From 2db634796bd5426c11f7849ce480265091f128c8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 17:34:59 +0200 Subject: Cleanup (2) --- pyload/plugin/addon/ExtractArchive.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'pyload/plugin/addon/ExtractArchive.py') diff --git a/pyload/plugin/addon/ExtractArchive.py b/pyload/plugin/addon/ExtractArchive.py index a52b55f0a..b2eeec1a3 100644 --- a/pyload/plugin/addon/ExtractArchive.py +++ b/pyload/plugin/addon/ExtractArchive.py @@ -193,8 +193,6 @@ class ExtractArchive(Addon): @threaded - - def extractQueued(self, thread): packages = self.queue.get() while packages: @@ -211,8 +209,6 @@ class ExtractArchive(Addon): @Expose - - def extractPackage(self, *ids): """ Extract packages with given id""" for id in ids: @@ -238,8 +234,6 @@ class ExtractArchive(Addon): @Expose - - def extract(self, ids, thread=None): #@TODO: Use pypack, not pid to improve method usability if not ids: return False @@ -512,8 +506,6 @@ class ExtractArchive(Addon): @Expose - - def getPasswords(self, reload=True): """ List of saved passwords """ if reload: @@ -539,8 +531,6 @@ class ExtractArchive(Addon): @Expose - - def addPassword(self, password): """ Adds a password to saved list""" try: -- cgit v1.2.3