summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-03-25 09:33:10 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2022-03-26 02:50:11 -0400
commitfd15ea25d3c22992f62c4d64d2ee891461d84d74 (patch)
treee2ed0b9eada8f109dd00183113f976b2828b31fc /apps/misc.c
parent8eb4689ab1c6fbe1af66293b33c92f4f8dd2cb6c (diff)
downloadrockbox-fd15ea25d3c22992f62c4d64d2ee891461d84d74.tar.gz
rockbox-fd15ea25d3c22992f62c4d64d2ee891461d84d74.zip
LastFm remove scrobbler from core make a TSR plugin WIP
remove scrobbler from core make it a plugin Change-Id: I606810eba7d570dfb332789aed913c6f8adc7fb7
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/misc.c b/apps/misc.c
index a4958a59ea..4d8c2e975a 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -58,7 +58,6 @@
58#include "font.h" 58#include "font.h"
59#include "splash.h" 59#include "splash.h"
60#include "tagcache.h" 60#include "tagcache.h"
61#include "scrobbler.h"
62#include "sound.h" 61#include "sound.h"
63#include "playlist.h" 62#include "playlist.h"
64#include "yesno.h" 63#include "yesno.h"
@@ -365,7 +364,6 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter)
365#if defined(HAVE_RECORDING) 364#if defined(HAVE_RECORDING)
366 audio_close_recording(); 365 audio_close_recording();
367#endif 366#endif
368 scrobbler_shutdown(true);
369 367
370 system_flush(); 368 system_flush();
371#ifdef HAVE_EEPROM_SETTINGS 369#ifdef HAVE_EEPROM_SETTINGS