Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 13, 2017
1 parent b461add commit df73a0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/plugins/processing/gui/AlgorithmDialog.py
Expand Up @@ -251,10 +251,6 @@ def accept(self):

self.buttonCancel.setEnabled(False)
self.finish(result, context, feedback)
#TODO
#else:
# QApplication.restoreOverrideCursor()
# self.resetGUI()
except AlgorithmDialogBase.InvalidParameterValue as e:
try:
self.buttonBox.accepted.connect(lambda e=e:
Expand Down

0 comments on commit df73a0f

Please sign in to comment.