summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/onplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 1e539e9d85..6c34d18d74 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1032,7 +1032,6 @@ MENUITEM_FUNCTION(view_cue_item, 0, ID2P(LANG_BROWSE_CUESHEET),
1032/* CONTEXT_WPS items */ 1032/* CONTEXT_WPS items */
1033MENUITEM_FUNCTION(browse_id3_item, 0, ID2P(LANG_MENU_SHOW_ID3_INFO), 1033MENUITEM_FUNCTION(browse_id3_item, 0, ID2P(LANG_MENU_SHOW_ID3_INFO),
1034 browse_id3, NULL, NULL, Icon_NOICON); 1034 browse_id3, NULL, NULL, Icon_NOICON);
1035/* NOTE: the LANG_MENU_SET_RATING string has been removed from english.lang */
1036#ifdef HAVE_PITCHSCREEN 1035#ifdef HAVE_PITCHSCREEN
1037MENUITEM_FUNCTION(pitch_screen_item, 0, ID2P(LANG_PITCH), 1036MENUITEM_FUNCTION(pitch_screen_item, 0, ID2P(LANG_PITCH),
1038 pitch_screen, NULL, NULL, Icon_Audio); 1037 pitch_screen, NULL, NULL, Icon_Audio);