From 974b95a39d3c50c929c5dcbfbc80e9e48ee041e0 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 10 Dec 2010 18:44:11 +0000 Subject: Oops, unintended change slipped in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28786 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/gui/wps.c') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 717a58aa8e..7d633ad4e8 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -1189,8 +1189,6 @@ static void wps_state_init(void) /* add the WPS track event callbacks */ add_event(PLAYBACK_EVENT_TRACK_CHANGE, false, track_changed_callback); add_event(PLAYBACK_EVENT_NEXTTRACKID3_AVAILABLE, false, nextid3available_callback); - extern void notification_init(void); - notification_init(); } -- cgit v1.2.3