remove a redundant setting of showing other timezones

This commit is contained in:
tibbi
2018-03-14 10:17:24 +01:00
parent b7faad8742
commit 25fd5c5098
8 changed files with 7 additions and 57 deletions

View File

@ -5,7 +5,6 @@ import java.util.*
// shared preferences
const val SHOW_SECONDS = "show_seconds"
const val DISPLAY_OTHER_TIME_ZONES = "display_other_time_zones"
const val SELECTED_TIME_ZONES = "selected_time_zones"
const val EDITED_TIME_ZONE_TITLES = "edited_time_zone_titles"
const val TIMER_SECONDS = "timer_seconds"