Remove unused code

This commit is contained in:
Charles Haley 2024-12-30 14:22:55 +00:00
parent b3b08b0e17
commit 82f63ea6f2

View File

@ -202,10 +202,6 @@ def get_val_for_textlike_columns(index_):
# }}} # }}}
def check_index_of_editor(delegate, index):
return ans
class StyledItemDelegate(QStyledItemDelegate): class StyledItemDelegate(QStyledItemDelegate):
''' '''