graphics/nxbe/nxbe_cursor.c: Fix some garbage debug changes that snuck in with the last commit.

This commit is contained in:
Gregory Nutt 2019-04-11 10:40:18 -06:00
parent e74e46aa7f
commit 39db179e1b

View File

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