From 8dccb294a851f8814f739cefa5d5e290ffd68371 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 3 Mar 2006 08:51:04 +0000 Subject: Removed unused debug function which caused a warning for 64bit simulators. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8895 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/jpeg.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'apps/plugins/jpeg.c') diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c index 62d6f1efe9..eb47e142aa 100644 --- a/apps/plugins/jpeg.c +++ b/apps/plugins/jpeg.c @@ -2225,19 +2225,6 @@ int scroll_bmp(struct t_disp* pdisp) /********************* main function *************************/ -/* debug function */ -int wait_for_button(void) -{ - int button; - - do - { - button = rb->button_get(true); - } while ((button & BUTTON_REL) && button != SYS_USB_CONNECTED); - - return button; -} - /* callback updating a progress meter while JPEG decoding */ void cb_progess(int current, int total) { -- cgit v1.2.3