[minor] removed prompt

This commit is contained in:
Marcel Paffrath 2017-08-07 12:17:18 +02:00
parent d310cf3ff7
commit 57295c4a17

View File

@ -2327,7 +2327,6 @@ class MainWindow(QMainWindow):
item_notes = QtGui.QTableWidgetItem()
# manipulate items
#item_delete.clicked.connect(lambda ev=event: self.remove_event(ev))
item_ref.setBackground(self._colors['ref'])
item_test.setBackground(self._colors['test'])
item_path.setText(event.path)