summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 50da787b17..5715057ee2 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -393,7 +393,6 @@ static void init(void)
393 tree_mem_init(); 393 tree_mem_init();
394 filetype_init(); 394 filetype_init();
395 playlist_init(); 395 playlist_init();
396 theme_init_buffer();
397 shortcuts_init(); 396 shortcuts_init();
398 397
399#if CONFIG_CODEC != SWCODEC 398#if CONFIG_CODEC != SWCODEC
@@ -678,7 +677,6 @@ static void init(void)
678 tree_mem_init(); 677 tree_mem_init();
679 filetype_init(); 678 filetype_init();
680 scrobbler_init(); 679 scrobbler_init();
681 theme_init_buffer();
682 shortcuts_init(); 680 shortcuts_init();
683 681
684#if CONFIG_CODEC != SWCODEC 682#if CONFIG_CODEC != SWCODEC