diff options
Diffstat (limited to 'apps/menus/recording_menu.c')
-rw-r--r-- | apps/menus/recording_menu.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/menus/recording_menu.c b/apps/menus/recording_menu.c index 0b4ba52715..028b57bb99 100644 --- a/apps/menus/recording_menu.c +++ b/apps/menus/recording_menu.c | |||
@@ -29,14 +29,8 @@ | |||
29 | #include "recording.h" | 29 | #include "recording.h" |
30 | 30 | ||
31 | #ifdef HAVE_RECORDING | 31 | #ifdef HAVE_RECORDING |
32 | MENUITEM_FUNCTION(rec_menu_recording_screen_item, ID2P(LANG_RECORDING_MENU), | ||
33 | (menu_function)recording_screen, NULL, NOICON); | ||
34 | /* TEMP */ | 32 | /* TEMP */ |
35 | bool recording_menu(bool no_source); /* from apps/sound_menu.h */ | 33 | bool recording_menu(bool no_source); /* from apps/sound_menu.h */ |
36 | MENUITEM_FUNCTION_WPARAM(recording_settings, ID2P(LANG_RECORDING_SETTINGS), | 34 | MENUITEM_FUNCTION_WPARAM(recording_settings, ID2P(LANG_RECORDING_SETTINGS), |
37 | (int (*)(void*))recording_menu,0, NULL, NOICON); | 35 | (int (*)(void*))recording_menu,0, NULL, NOICON); |
38 | |||
39 | MAKE_MENU(recording_settings_menu,ID2P(LANG_RECORDING), | ||
40 | 0, bitmap_icons_6x8[Icon_Recording], | ||
41 | &rec_menu_recording_screen_item, &recording_settings); | ||
42 | #endif | 36 | #endif |