Remove dead code
This commit is contained in:
parent
be60aafa00
commit
675c456cfe
@ -163,19 +163,6 @@ class App:
|
||||
self.taskEdit.tasks = self.tasks.tasks
|
||||
self.taskEdit.show()
|
||||
|
||||
#@QtCore.Slot()
|
||||
#def about(self):
|
||||
#max_line_length = reduce(lambda x, y: max(x, len(y)), text.splitlines(), 0)
|
||||
#print(max_line_length)
|
||||
#final_text = ""
|
||||
#for line in text.splitlines():
|
||||
# final_text += line.center(max_line_length)
|
||||
# final_text += "\n"
|
||||
#print(final_text)
|
||||
#QtWidgets.QMessageBox.about(None, "About", final_text)
|
||||
#a = About(None)
|
||||
#a.show()
|
||||
|
||||
|
||||
def excepthook(original, e_type, e_value, tb_obj):
|
||||
if e_type is FimeException:
|
||||
|
Loading…
Reference in New Issue
Block a user