diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2019-07-20 12:58:57 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2019-07-20 13:00:30 -0400 |
commit | d1b8b39f5595a39d4e122d642b0a420c82dfec32 (patch) | |
tree | f3e1608c3a500b3f78126433752f5717ea4e420c /apps/settings.h | |
parent | 3665eecf473b8ea62dc26db2718952c4ddf6cdfc (diff) | |
download | rockbox-d1b8b39f5595a39d4e122d642b0a420c82dfec32.tar.gz rockbox-d1b8b39f5595a39d4e122d642b0a420c82dfec32.tar.bz2 rockbox-d1b8b39f5595a39d4e122d642b0a420c82dfec32.zip |
Fix build on non-RTC targets.
talk_time and talk_date are now exposed to plugins, so the strings they
reference need to be moved from rtc-only to global.
Change-Id: I88166dc21455d595878d3d1ec557289cd3a5ff6b
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h index fc82c8bf45..b72eec6f8b 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -480,9 +480,7 @@ struct user_settings int qs_items[QUICKSCREEN_ITEM_COUNT]; #endif -#if CONFIG_RTC int timeformat; /* time format: 0=24 hour clock, 1=12 hour clock */ -#endif #ifdef HAVE_DISK_STORAGE int disk_spindown; /* time until disk spindown, in seconds (0=off) */ |