summaryrefslogtreecommitdiff
path: root/apps/menus/exported_menus.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-17 10:31:31 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-24 21:20:13 +0000
commit658026e6267277b27d297c481728f74d160a8481 (patch)
tree915a9d2bb48469bdd5b9127dc19a61f230721a6c /apps/menus/exported_menus.h
parent8cb555460ff79e636a7907fb2589e16db98c8600 (diff)
downloadrockbox-658026e6267277b27d297c481728f74d160a8481.tar.gz
rockbox-658026e6267277b27d297c481728f74d160a8481.zip
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Note: I left behind lcd_bitmap in features.txt, because removing it would require considerable work in the manual and the translations. Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a
Diffstat (limited to 'apps/menus/exported_menus.h')
-rw-r--r--apps/menus/exported_menus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/menus/exported_menus.h b/apps/menus/exported_menus.h
index efb6341155..93cabb0f2e 100644
--- a/apps/menus/exported_menus.h
+++ b/apps/menus/exported_menus.h
@@ -31,10 +31,8 @@ extern const struct menu_item_ex
31#ifdef HAVE_RECORDING 31#ifdef HAVE_RECORDING
32 recording_settings, /* recording_menu.c */ 32 recording_settings, /* recording_menu.c */
33 recording_settings_menu, 33 recording_settings_menu,
34#ifdef HAVE_LCD_BITMAP
35 peak_meter_menu, /* also used from within recording_menu */ 34 peak_meter_menu, /* also used from within recording_menu */
36#endif 35#endif
37#endif
38 sound_settings, /* sound_menu.c */ 36 sound_settings, /* sound_menu.c */
39 settings_menu_item, /* settings_menu.c */ 37 settings_menu_item, /* settings_menu.c */
40 bookmark_settings_menu, 38 bookmark_settings_menu,