graphics/nxbe/nxbe_cursor.c: Fix some garbage debug changes that snuck in with the last commit.
This commit is contained in:
parent
e74e46aa7f
commit
39db179e1b
1 changed files with 0 additions and 7 deletions
|
|
@ -52,13 +52,6 @@
|
|||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
void mmcheck(FAR const char *msg, FAR void *raddr) // REMOVE ME
|
||||
{ // REMOVE ME
|
||||
struct mallinfo mmcurrent; // REMOVE ME
|
||||
_err("%s: LR=%p\n", msg, raddr); // REMOVE ME
|
||||
mmcurrent = mallinfo(); // REMOVE ME
|
||||
} // REMOVE ME
|
||||
|
||||
/****************************************************************************
|
||||
* Name: nxbe_cursor_enable
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue