Skip to content

Commit

Permalink
Remove commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
artynusov committed May 18, 2013
1 parent a20d525 commit eb58c64
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions MainController.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,10 @@ def initDoneButton(self):
else:
self.btnDone.setTitle_("Start")

def initWindowStates(self):
"""Init windows sizes and positions"""
# self.prefWindow.setFrameAutosaveName_("prefWindow")
def initWindow(self):
"""Init window sizes and positions"""
self.mainWindow.setFrameAutosaveName_("mainWindow")
# self.reportWindow.setFrameAutosaveName_("reportWindow")


def timerFunction(self):
"""Timer callback function"""
self.tasks.setCurrentTask(self.cbxInput.stringValue())
Expand Down

0 comments on commit eb58c64

Please sign in to comment.