mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove unused code
This commit is contained in:
parent
b55e526491
commit
cfc4f6d718
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user