Remove unnecessary slot

This commit is contained in:
Raoul Snyman 2017-09-11 22:52:38 -07:00
parent 47f96a3286
commit d1a47036cf
1 changed files with 0 additions and 7 deletions

View File

@ -586,13 +586,6 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow, RegistryProperties):
if saved_plugin_id != -1:
self.media_tool_box.setCurrentIndex(saved_plugin_id)
def on_new_version_number(self, version_number):
"""
Called when the version check thread completes and we need to check the version number
:param str version_number: The version number downloaded from the OpenLP server.
"""
def on_search_shortcut_triggered(self):
"""
Called when the search shortcut has been pressed.