diff --git a/nxwm/include/cnxconsole.hxx b/nxwm/include/cnxconsole.hxx index c04caeff9..f33f1182d 100644 --- a/nxwm/include/cnxconsole.hxx +++ b/nxwm/include/cnxconsole.hxx @@ -104,7 +104,7 @@ namespace NxWM void minimize(void); /** - * Called when the window minimize close is pressed. + * Called when the window close button is pressed. */ void close(void); diff --git a/nxwm/src/cnxconsole.cxx b/nxwm/src/cnxconsole.cxx index 63cd21eb6..41e153400 100644 --- a/nxwm/src/cnxconsole.cxx +++ b/nxwm/src/cnxconsole.cxx @@ -36,11 +36,6 @@ /******************************************************************************************** * Included Files ********************************************************************************************/ -#include // REMOVE ME -#define CONFIG_DEBUG 1 // REMOVE ME -#define CONFIG_DEBUG_VERBOSE 1 // REMOVE ME -#define CONFIG_DEBUG_GRAPHICS 1 // REMOVE ME -#include // REMOVE ME #include @@ -560,7 +555,7 @@ void CNxConsole::minimize(void) } /** - * Called when the window minimize close is pressed. + * Called when the window close button is pressed. */ void CNxConsole::close(void)