From 9b4522bacec8cf1eb8ff69684cf959c0bb732c0d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 22 Dec 2010 11:20:07 +0000 Subject: MPEGPlayer: Some UI tweaking and bugfixing * Allow skip-to-beginning in single-play mode; there is no 3-second delay in that case. * Properly handle and keep track of pauses caused by headphone removal. * Improve skipping over bad files - search in skip direction and allow it to be ended with the stop key. * Add the system message processing done elsewhere to all button queue waits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28875 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/mpeg_settings.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/plugins/mpegplayer/mpeg_settings.h') diff --git a/apps/plugins/mpegplayer/mpeg_settings.h b/apps/plugins/mpegplayer/mpeg_settings.h index 0910116..6287f66 100644 --- a/apps/plugins/mpegplayer/mpeg_settings.h +++ b/apps/plugins/mpegplayer/mpeg_settings.h @@ -102,11 +102,6 @@ extern struct mpeg_settings settings; int mpeg_start_menu(uint32_t duration); int mpeg_menu(void); -void mpeg_menu_sysevent_clear(void); -long mpeg_menu_sysevent(void); -int mpeg_menu_sysevent_callback(int btn, const struct menu_item_ex *menu); -void mpeg_menu_sysevent_handle(void); - void init_settings(const char* filename); void save_settings(void); -- cgit v1.1