diff --git a/src/main.cpp b/src/main.cpp index b712220f18a..1a1b85a5611 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -263,13 +263,6 @@ int main(int argc, char *argv[]) } } - ///////////////////////////////////////////////////////////////////// - // Load a project file if one was specified - ///////////////////////////////////////////////////////////////////// - if(myProjectFileName!="") - { - qgis->addProject(myProjectFileName); - } /////////////////////////////////////////////////////////////////////