Description: Remove the check for update feature from OpenLP.
Author: Raoul Snyman <raoulsnyman@openlp.org>
Forwarded: not-needed
--- old/openlp/core/__init__.py        2012-12-30 19:41:24 +0000
+++ new/openlp/core/__init__.py        2013-02-21 11:38:27 +0000
@@ -159,10 +159,10 @@
         self.processEvents()
         if not has_run_wizard:
             self.mainWindow.firstTime()
-        update_check = Settings().value(
-            u'general/update check', QtCore.QVariant(True)).toBool()
-        if update_check:
-            VersionThread(self.mainWindow).start()
+        #update_check = Settings().value(
+        #    u'general/update check', QtCore.QVariant(True)).toBool()
+        #if update_check:
+        #    VersionThread(self.mainWindow).start()
         Receiver.send_message(u'live_display_blank_check')
         self.mainWindow.appStartup()
         # Skip exec_() for gui tests

