From dcd38de3f2646d78b2360a09bed1762ae3beb37b Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 23 Jan 2016 18:59:20 +0100 Subject: [PATCH] Changed: Minor changes --HG-- branch : develop --- code/ryzom/client/src/client.cpp | 8 -------- 1 file changed, 8 deletions(-) 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