remove comments

This commit is contained in:
Tim Bentley 2011-04-29 10:07:41 +01:00
parent e4c0d1227e
commit acb4f12ac9
1 changed files with 0 additions and 3 deletions

View File

@ -549,9 +549,6 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
QtCore.QObject.connect(Receiver.get_receiver(),
QtCore.SIGNAL(u'openlp_information_message'),
self.onInformationMessage)
# QtCore.QObject.connect(Receiver.get_receiver(),
# QtCore.SIGNAL(u'mainwindow_remove_progress'),
# self.removeProgressBar)
# warning cyclic dependency
# renderer needs to call ThemeManager and
# ThemeManager needs to call Renderer