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
This commit is contained in:
patacongo 2012-05-21 23:56:29 +00:00
parent 8ef9f39b43
commit 2c9a38193b
2 changed files with 2 additions and 7 deletions

View File

@ -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);

View File

@ -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)