diff options
author | infirit <[email protected]> | 2014-10-06 13:38:25 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-06 13:38:25 +0200 |
commit | f6f630d111a120a5b1cb327cf28d77c023a88cd6 (patch) | |
tree | 4710b4fa800ae28b993d5e5ea6094b5220d679d8 /capplets/common/capplet-util.c | |
parent | ac5bfbfd01210309674bd946f09f576773d06917 (diff) | |
download | mate-control-center-f6f630d111a120a5b1cb327cf28d77c023a88cd6.tar.bz2 mate-control-center-f6f630d111a120a5b1cb327cf28d77c023a88cd6.tar.xz |
Drop some glib compat checks.
Diffstat (limited to 'capplets/common/capplet-util.c')
-rw-r--r-- | capplets/common/capplet-util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/capplets/common/capplet-util.c b/capplets/common/capplet-util.c index eb2017a2..2a66e955 100644 --- a/capplets/common/capplet-util.c +++ b/capplets/common/capplet-util.c @@ -190,9 +190,7 @@ capplet_init (GOptionContext *context, #endif if (context) { -#if GLIB_CHECK_VERSION (2, 12, 0) g_option_context_set_translation_domain (context, GETTEXT_PACKAGE); -#endif g_option_context_add_group (context, gtk_get_option_group (TRUE)); if (!g_option_context_parse (context, argc, argv, &err)) { |