diff --git a/src/calibre/gui2/library/views.py b/src/calibre/gui2/library/views.py index 1cb095adf0..97e4d56ad2 100644 --- a/src/calibre/gui2/library/views.py +++ b/src/calibre/gui2/library/views.py @@ -224,10 +224,6 @@ class BooksView(QTableView): # {{{ if tweaks['selected_cell_highlight_css']: self.setStyleSheet(tweaks['selected_cell_highlight_css']) - def currentChanged(self, current, previous): - self.model().set_current_cell(current) - QTableView.currentChanged(self, current, previous) - # Column Header Context Menu {{{ def column_header_context_handler(self, action=None, column=None): if not action or not column: