summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/file_list.py')
-rw-r--r--module/file_list.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/module/file_list.py b/module/file_list.py
index 4b3577bfc..d3af2c1b2 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -57,13 +57,13 @@ class File_List(object):
def remove(self, pyfile):
- #pass
-
- if pyfile in self.files:
- self.files.remove(pyfile)
-
- self.data['order'].remove(pyfile.id)
- del self.data[pyfile.id]
+ pass
+ #
+ #if pyfile in self.files:
+ #self.files.remove(pyfile)
+#
+ #self.data['order'].remove(pyfile.id)
+ #del self.data[pyfile.id]
def remove_id(self, pyid):
#also abort download