mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:12:35 +02:00
Remove unused code
This commit is contained in:
parent
b55e526491
commit
cfc4f6d718
1 changed files with 0 additions and 3 deletions
|
|
@ -393,9 +393,6 @@ def create_item(name, linear=None):
|
|||
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…
Reference in a new issue