From 30453f36241c9c8b66a3868a244f032dc4d4ffdb Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 21 May 2012 23:56:29 +0000 Subject: [PATCH] Some debug garbage was left in the files git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4759 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- NxWidgets/nxwm/include/cnxconsole.hxx | 2 +- NxWidgets/nxwm/src/cnxconsole.cxx | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/NxWidgets/nxwm/include/cnxconsole.hxx b/NxWidgets/nxwm/include/cnxconsole.hxx index c04caeff9a..f33f1182d8 100644 --- a/NxWidgets/nxwm/include/cnxconsole.hxx +++ b/NxWidgets/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/NxWidgets/nxwm/src/cnxconsole.cxx b/NxWidgets/nxwm/src/cnxconsole.cxx index 63cd21eb67..41e153400d 100644 --- a/NxWidgets/nxwm/src/cnxconsole.cxx +++ b/NxWidgets/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)