forked from openlp/openlp
Removed an unecessary variable.
This commit is contained in:
parent
a8fafc3363
commit
f4a2855094
@ -487,8 +487,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow):
|
|||||||
self.timer_id = 0
|
self.timer_id = 0
|
||||||
self.timer_version_id = 0
|
self.timer_version_id = 0
|
||||||
# Set up the path with plugins
|
# Set up the path with plugins
|
||||||
plugin_path = AppLocation.get_directory(AppLocation.PluginsDir)
|
self.plugin_manager = PluginManager(AppLocation.get_directory(AppLocation.PluginsDir))
|
||||||
self.plugin_manager = PluginManager(plugin_path)
|
|
||||||
self.imageManager = ImageManager()
|
self.imageManager = ImageManager()
|
||||||
# Set up the interface
|
# Set up the interface
|
||||||
self.setupUi(self)
|
self.setupUi(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user