Remove commented code

This commit is contained in:
Keith Edmunds 2022-08-17 21:30:04 +01:00
parent dfcdc0b9e8
commit c9cdbe2eb2

View File

@ -588,10 +588,6 @@ class PlaylistTab(QTableWidget):
# the notes column
notes_item = QTableWidgetItem(row_data.note)
self.setItem(row, columns['row_notes'].idx, notes_item)
# notes_item = QTextEdit(row_data.note)
# minimum_size = QSize(25, 25)
# notes_item.setMinimumSize(minimum_size)
# self.setCellWidget(row, columns['row_notes'].idx, notes_item)
last_playtime = Playdates.last_played(session, row_data.track.id)
last_played_str = get_relative_date(last_playtime)