forked from openlp/openlp
Remove redundant code
This commit is contained in:
parent
83149e4e1b
commit
81a208654a
@ -110,11 +110,6 @@ class OpenLP(QtGui.QApplication):
|
||||
finally:
|
||||
if fversion:
|
||||
fversion.close()
|
||||
#set the default string encoding
|
||||
try:
|
||||
sys.setappdefaultencoding(u'utf-8')
|
||||
except:
|
||||
pass
|
||||
#provide a listener for widgets to reqest a screen update.
|
||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||
QtCore.SIGNAL(u'process_events'), self.processEvents)
|
||||
|
Loading…
Reference in New Issue
Block a user