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
8535c6a1d8
commit
9f8364fc7d
@ -45,11 +45,6 @@ def handle_changes(changes, gui=None):
|
||||
m = gui.library_view.model()
|
||||
m.ids_deleted(removed)
|
||||
gui.iactions['Remove Books'].library_ids_deleted2(removed, next_id=next_id)
|
||||
# current = gui.library_view.currentIndex()
|
||||
# if current.isValid():
|
||||
# m.current_changed(current, current)
|
||||
# else:
|
||||
# gui.book_details.reset_info()
|
||||
if refresh_ids:
|
||||
gui.iactions['Edit Metadata'].refresh_books_after_metadata_edit(refresh_ids)
|
||||
if ss_changed:
|
||||
|
Loading…
x
Reference in New Issue
Block a user