From 5a4cc8da3fd4fa7cd3b89ac8d636fe8ef77ee9e0 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 15 Aug 2021 17:14:06 +0100 Subject: Drop HAVE_RTC_RAM Only Archos players ever used this feature and it isn't implemented on any current targets. Change-Id: I39c8455480a3fe33cd25b667e8d4d6ff3a092d3e --- apps/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 483d280204..3b7ec6d4c1 100644 --- a/apps/main.c +++ b/apps/main.c @@ -444,11 +444,6 @@ static void init(void) #if CONFIG_RTC rtc_init(); #endif -#ifdef HAVE_RTC_RAM - CHART(">settings_load(RTC)"); - settings_load(SETTINGS_RTC); /* early load parts of global_settings */ - CHART("