From c5b4482ee2468c0e40da4441ddf429c890b5a291 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 10 Nov 2009 20:13:24 +0000 Subject: Revert r23599 and r23600 and fix the early usb problem at the root. The the viewportmanager and custom statusbar was initialized too late. Now, call it earlier and remove parts of it that caused the need to call it later. Removing that is OK since it's done again on settings loading. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23603 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/usb_screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/usb_screen.h') diff --git a/apps/gui/usb_screen.h b/apps/gui/usb_screen.h index cbf4d29..d601546 100644 --- a/apps/gui/usb_screen.h +++ b/apps/gui/usb_screen.h @@ -21,7 +21,7 @@ #ifndef _USB_SCREEN_H_ #define _USB_SCREEN_H_ -extern void gui_usb_screen_run(bool early_usb); +extern void gui_usb_screen_run(void); #endif -- cgit v1.1