summaryrefslogtreecommitdiffstats
path: root/NxWidgets/nxwm/src/cnxconsole.cxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-21 23:56:29 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-21 23:56:29 +0000
commit1c362278785eaef9bddaf57b96163e551ca1b0bc (patch)
tree204c7f7447cca01696ea4dbd979b97823ce7a617 /NxWidgets/nxwm/src/cnxconsole.cxx
parent32fc3563e424318549ba34abdda00ee56fb9f19f (diff)
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
Diffstat (limited to 'NxWidgets/nxwm/src/cnxconsole.cxx')
-rw-r--r--NxWidgets/nxwm/src/cnxconsole.cxx7
1 files changed, 1 insertions, 6 deletions
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 <nuttx/config.h> // REMOVE ME
-#define CONFIG_DEBUG 1 // REMOVE ME
-#define CONFIG_DEBUG_VERBOSE 1 // REMOVE ME
-#define CONFIG_DEBUG_GRAPHICS 1 // REMOVE ME
-#include <debug.h> // REMOVE ME
#include <nuttx/config.h>
@@ -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)