Description: Disable update check as it's useless for a packaged version
Author: Jakob Haufe <sur5r@sur5r.net>

diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index bb815c0..4304fa3 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -146,7 +146,7 @@ MainWindow::MainWindow() :
     mouseTimer->setSingleShot(true);
     connect(mouseTimer, SIGNAL(timeout()), SLOT(hideMouse()));
 
-    QTimer::singleShot(0, this, SLOT(checkForUpdate()));
+    //QTimer::singleShot(0, this, SLOT(checkForUpdate()));
 
 }
 
