summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 23:56:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 23:56:29 +0000
commitdaee19b01c502ead55496801fe82548457229a8b (patch)
tree204c7f7447cca01696ea4dbd979b97823ce7a617 /NxWidgets
parente633774b61f42363d4b7c66218c1e99ebc3fa6bb (diff)
downloadpx4-nuttx-daee19b01c502ead55496801fe82548457229a8b.tar.gz
px4-nuttx-daee19b01c502ead55496801fe82548457229a8b.tar.bz2
px4-nuttx-daee19b01c502ead55496801fe82548457229a8b.zip
Some debug garbage was left in the files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4759 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/nxwm/include/cnxconsole.hxx2
-rw-r--r--NxWidgets/nxwm/src/cnxconsole.cxx7
2 files changed, 2 insertions, 7 deletions
diff --git a/NxWidgets/nxwm/include/cnxconsole.hxx b/NxWidgets/nxwm/include/cnxconsole.hxx
index c04caeff9..f33f1182d 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 63cd21eb6..41e153400 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)