From cfc4f6d718baa56900dad8bb1e51f5d14be09719 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 May 2014 21:37:22 +0530 Subject: [PATCH] Remove unused code --- src/calibre/gui2/tweak_book/file_list.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/calibre/gui2/tweak_book/file_list.py b/src/calibre/gui2/tweak_book/file_list.py index 0167b63d3c..0809d41162 100644 --- a/src/calibre/gui2/tweak_book/file_list.py +++ b/src/calibre/gui2/tweak_book/file_list.py @@ -393,9 +393,6 @@ class FileList(QTreeWidget): for name, linear in container.spine_names: processed[name] = create_item(name, linear=linear) - all_files = list(container.manifest_type_map.iteritems()) - all_files.append((guess_type('a.opf'), [container.opf_name])) - for name in container.name_path_map: if name in processed: continue