aboutsummaryrefslogtreecommitdiff
path: root/src/settings-shared.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-07-30 21:36:32 +0000
committerTarmac <Unknown>2013-07-30 21:36:32 +0000
commit809982d3f185c6e5480805be6e38538a3a066c63 (patch)
tree038f8062b150cd5e916fa03162c778344758ec1c /src/settings-shared.h
parentfe279460c083468059d7a6e46a4b033ad668c8d3 (diff)
parenta60f5e911160d1f0b15e40a1eefe429b5fe973f9 (diff)
downloadayatana-indicator-datetime-809982d3f185c6e5480805be6e38538a3a066c63.tar.gz
ayatana-indicator-datetime-809982d3f185c6e5480805be6e38538a3a066c63.tar.bz2
ayatana-indicator-datetime-809982d3f185c6e5480805be6e38538a3a066c63.zip
add a phone menu as described at https://wiki.ubuntu.com/TimeAndDate#Indicator.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'src/settings-shared.h')
-rw-r--r--src/settings-shared.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/settings-shared.h b/src/settings-shared.h
index 8c14f1e..27ce34c 100644
--- a/src/settings-shared.h
+++ b/src/settings-shared.h
@@ -37,33 +37,4 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define SETTINGS_LOCATIONS_S "locations"
#define SETTINGS_TIMEZONE_NAME_S "timezone-name"
-enum {
- SETTINGS_TIME_LOCALE = 0,
- SETTINGS_TIME_12_HOUR = 1,
- SETTINGS_TIME_24_HOUR = 2,
- SETTINGS_TIME_CUSTOM = 3
-};
-
-/* TRANSLATORS: A format string for the strftime function for
- a clock showing 12-hour time without seconds. */
-#define DEFAULT_TIME_12_FORMAT N_("%l:%M %p")
-
-/* TRANSLATORS: A format string for the strftime function for
- a clock showing 24-hour time without seconds. */
-#define DEFAULT_TIME_24_FORMAT N_("%H:%M")
-
-#define DEFAULT_TIME_FORMAT DEFAULT_TIME_12_FORMAT
-#define DEFAULT_TIME_FORMAT_WITH_DAY DEFAULT_TIME_12_FORMAT_WITH_DAY
-
-/* TRANSLATORS: A format string for the strftime function for
- a clock showing the day of the week and the time in 12-hour format without
- seconds. */
-#define DEFAULT_TIME_12_FORMAT_WITH_DAY N_("%a %l:%M %p")
-
-/* TRANSLATORS: A format string for the strftime function for
- a clock showing the day of the week and the time in 24-hour format without
- seconds. Information is available in this Launchpad answer:
- https://answers.launchpad.net/ubuntu/+source/indicator-datetime/+question/149752 */
-#define DEFAULT_TIME_24_FORMAT_WITH_DAY N_("%a %H:%M")
-
#endif