From fd15ea25d3c22992f62c4d64d2ee891461d84d74 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Fri, 25 Mar 2022 09:33:10 -0400 Subject: LastFm remove scrobbler from core make a TSR plugin WIP remove scrobbler from core make it a plugin Change-Id: I606810eba7d570dfb332789aed913c6f8adc7fb7 --- apps/main.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 2f3b246210..dff9dc5778 100644 --- a/apps/main.c +++ b/apps/main.c @@ -70,7 +70,6 @@ #include "string.h" #include "splash.h" #include "eeprom_settings.h" -#include "scrobbler.h" #include "icon.h" #include "viewport.h" #include "skin_engine/skin_engine.h" @@ -373,9 +372,6 @@ static void init(void) playlist_init(); shortcuts_init(); - if (global_settings.audioscrobbler) - scrobbler_init(); - audio_init(); talk_announce_voice_invalid(); /* notify user w/ voice prompt if voice file invalid */ settings_apply_skins(); @@ -630,9 +626,6 @@ static void init(void) tree_mem_init(); filetype_init(); - if (global_settings.audioscrobbler) - scrobbler_init(); - shortcuts_init(); CHART(">audio_init"); -- cgit v1.2.3