1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jens Arnold 2006-03-03 08:51:04 +00:00
parent 220fafdd72
commit 8dccb294a8

View file

@ -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)
{