From 6c2af7c2aa8afde380b5a5f7c606c49dd38bef18 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 1 Sep 2005 08:04:37 +0000 Subject: On popular demand, the arrow cursor is reintroduced git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7438 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index d8d9386236..a378bd8402 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -91,11 +91,7 @@ int menu_init(const struct menu_item* mitems, int count, int (*callback)(int, in const char *button1, const char *button2, const char *button3); void menu_exit(int menu); -#ifdef HAVE_LCD_CHARCELLS void put_cursorxy(int x, int y, bool on); -#else -#define put_cursorxy(...) -#endif /* Returns below define, or number of selected menu item*/ int menu_show(int m); -- cgit v1.2.3