mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
graphics/nxbe/nxbe_cursor.c: Fix some garbage debug changes that snuck in with the last commit.
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user