From ee1b275f63d715701c46f9584bf5c943f354a6a0 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 20 May 2014 19:05:38 +0200 Subject: Drop support for glib < 2.36 --- typing-break/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'typing-break') 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)); -- cgit v1.2.1