Changed: Minor changes

--HG--
branch : develop
This commit is contained in:
kervala 2016-01-23 18:59:20 +01:00
parent 61fb66d3af
commit dcd38de3f2

View file

@ -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