From d1a47036cf644828ef2cfa9ffddeca92dd877a32 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Mon, 11 Sep 2017 22:52:38 -0700 Subject: [PATCH] Remove unnecessary slot --- openlp/core/ui/mainwindow.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 4cee4a1f4..16328d63a 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -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.