diff options
| -rw-r--r-- | apps/gui/wps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 717a58a..7d633ad 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(); } |