Remove unused code

This commit is contained in:
Kovid Goyal 2017-05-03 10:11:22 +05:30
parent 8535c6a1d8
commit 9f8364fc7d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: