summaryrefslogtreecommitdiff
path: root/typing-break
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-20 19:05:38 +0200
committerinfirit <[email protected]>2014-05-20 19:05:38 +0200
commitee1b275f63d715701c46f9584bf5c943f354a6a0 (patch)
tree47607528ef17c1e71a087a505b4666b950b6ccc5 /typing-break
parente95ed95c19b113368845da8c868b73292e8f936f (diff)
downloadmate-control-center-ee1b275f63d715701c46f9584bf5c943f354a6a0.tar.bz2
mate-control-center-ee1b275f63d715701c46f9584bf5c943f354a6a0.tar.xz
Drop support for glib < 2.36
Diffstat (limited to 'typing-break')
-rw-r--r--typing-break/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/typing-break/main.c b/typing-break/main.c
index dcc1d89f..9186915b 100644
--- a/typing-break/main.c
+++ b/typing-break/main.c
@@ -78,9 +78,7 @@ main (int argc, char *argv[])
textdomain (GETTEXT_PACKAGE);
option_context = g_option_context_new (NULL);
-#if GLIB_CHECK_VERSION (2, 12, 0)
g_option_context_set_translation_domain (option_context, GETTEXT_PACKAGE);
-#endif
g_option_context_add_main_entries (option_context, options, GETTEXT_PACKAGE);
g_option_context_add_group (option_context, gtk_get_option_group (TRUE));