diff --git a/code/ryzom/client/src/client.cpp b/code/ryzom/client/src/client.cpp index d357f65ca..27976895d 100644 --- a/code/ryzom/client/src/client.cpp +++ b/code/ryzom/client/src/client.cpp @@ -234,13 +234,6 @@ int main(int argc, char **argv) #if defined(NL_OS_WINDOWS) #if FINAL_VERSION - //if (sCmdLine.find("/multi") == string::npos) // If '/multi' not found - //{ - // HANDLE mutex = CreateMutex (NULL, false, "RyzomClient"); - // if (mutex && GetLastError() == ERROR_ALREADY_EXISTS) - // exit (0); - //} - //initCrashReport (); #endif // FINAL_VERSION @@ -308,7 +301,6 @@ int main(int argc, char **argv) } #else - // TODO for Linux : splashscreen // Delete the .sh file because it s not useful anymore