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(); }