From 224c0a13ebb5828b9bc06a9c1c23ae17f0ac19f9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 15 Aug 2006 12:27:07 +0000 Subject: Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10582 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/gui/gwps-common.h') diff --git a/apps/gui/gwps-common.h b/apps/gui/gwps-common.h index ecda1d47ea..b4d6df589a 100644 --- a/apps/gui/gwps-common.h +++ b/apps/gui/gwps-common.h @@ -35,9 +35,6 @@ bool update(struct gui_wps *gwps); bool ffwd_rew(int button); bool wps_data_preload_tags(struct wps_data *data, char *buf, const char *bmpdir, size_t bmpdirlen); -#ifdef WPS_KEYLOCK void display_keylock_text(bool locked); -void waitfor_nokey(void); -#endif #endif -- cgit v1.2.3