diff --git a/graphics/nxbe/nxbe_cursor.c b/graphics/nxbe/nxbe_cursor.c index 2ea067f3aa..756db18a57 100644 --- a/graphics/nxbe/nxbe_cursor.c +++ b/graphics/nxbe/nxbe_cursor.c @@ -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 *