diff --git a/src/calibre/gui2/library/delegates.py b/src/calibre/gui2/library/delegates.py index 9b1a03ce4a..2aac2d6853 100644 --- a/src/calibre/gui2/library/delegates.py +++ b/src/calibre/gui2/library/delegates.py @@ -202,10 +202,6 @@ def get_val_for_textlike_columns(index_): # }}} -def check_index_of_editor(delegate, index): - return ans - - class StyledItemDelegate(QStyledItemDelegate): '''