From 42ffbf9bbc1936e22c6bae5b5b6ce10d2a4552cf Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Mon, 15 Mar 2004 08:27:51 +0000 Subject: Second step of the voice-UI: Option values are spoken, if they are translatable strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4383 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index dbe5151178..88a0372299 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -28,9 +28,6 @@ struct menu_items { bool (*function) (void); /* return true if USB was connected */ }; -/* convenience macro to have both string and ID as arguments */ -#define STR(id) str(id), id - int menu_init(struct menu_items* items, int count, int (*callback) (int keycode, int menu)); void menu_exit(int menu); -- cgit v1.2.3