From 6de2f14b2335e5193875121c6eb831639ab1e5e2 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 24 May 2009 16:09:00 +0000 Subject: Fix FS#10231. The gwps_leave_wps() call at powering down is completely unnecessary anyway as it's meant to prepare the displaying of the next screen, which isn't needed when there's no next screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21067 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index fcd7be4fa9..af9cea6419 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -779,7 +779,6 @@ long gui_wps_show(void) break; #endif case SYS_POWEROFF: - gwps_leave_wps(); default_event_handler(SYS_POWEROFF); break; -- cgit v1.2.3