forked from Archive/PX4-Autopilot
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
This commit is contained in:
parent
702c78383e
commit
30453f3624
|
@ -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);
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue