Description: The check for whether a newer version is available online
 does not make sense with the Debian distribution model. Remove it.
Author: Nicolas Guilbert

Index: leocad-git-clone/qt/qtmain.cpp
===================================================================
--- leocad-git-clone.orig/qt/qtmain.cpp	2013-10-22 13:08:48.000000000 +0200
+++ leocad-git-clone/qt/qtmain.cpp	2013-10-22 15:02:02.000000000 +0200
@@ -169,8 +169,6 @@
 	gMainWindow->UpdateRecentFiles();
 	w.show();
 
-	lcDoInitialUpdateCheck();
-
 	int execReturn = app.exec();
 
 	delete gMainWindow;
