remove sleep code and all references

This commit is contained in:
Garux
2017-11-11 12:22:30 +03:00
parent 4511d1b5b1
commit 4b5390e6cf
4 changed files with 0 additions and 145 deletions

View File

@@ -673,12 +673,6 @@ int main( int argc, char* argv[] ){
gtk_main();
// avoid saving prefs when the app is minimized
if ( g_pParentWnd->IsSleeping() ) {
globalOutputStream() << "Shutdown while sleeping, not saving prefs\n";
g_preferences_globals.disable_ini = true;
}
Map_Free();
if ( !Map_Unnamed( g_map ) ) {