1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Remove DEBUG statements, #if 0 etc

...and some other cleanups.
This commit is contained in:
Carlos R. Mafra
2010-03-17 17:44:14 +01:00
parent cef4fbb422
commit 5178465bb6
21 changed files with 34 additions and 576 deletions

View File

@@ -193,12 +193,9 @@ static void exitCommand(WMenu * menu, WMenuEntry * entry)
wPreferences.save_session_on_exit = oldSaveSessionFlag;
}
}
if (result == R_EXIT) {
#ifdef DEBUG
printf("Exiting WindowMaker.\n");
#endif
if (result == R_EXIT)
Shutdown(WSExitMode);
}
#undef R_EXIT
#undef R_CANCEL
inside = 0;