summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-03-15 08:27:51 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-03-15 08:27:51 +0000
commit42ffbf9bbc1936e22c6bae5b5b6ce10d2a4552cf (patch)
tree679c9c24aeb1ad7e841120513f646bf39b9a4cb8 /apps/menu.h
parent38ac78ae975f64d69e3ea430113ed76d420f512f (diff)
downloadrockbox-42ffbf9bbc1936e22c6bae5b5b6ce10d2a4552cf.tar.gz
rockbox-42ffbf9bbc1936e22c6bae5b5b6ce10d2a4552cf.zip
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
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h3
1 files changed, 0 insertions, 3 deletions
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 {
28 bool (*function) (void); /* return true if USB was connected */ 28 bool (*function) (void); /* return true if USB was connected */
29}; 29};
30 30
31/* convenience macro to have both string and ID as arguments */
32#define STR(id) str(id), id
33
34int menu_init(struct menu_items* items, int count, int (*callback) (int keycode, int menu)); 31int menu_init(struct menu_items* items, int count, int (*callback) (int keycode, int menu));
35void menu_exit(int menu); 32void menu_exit(int menu);
36 33