diff options
author | infirit <[email protected]> | 2014-06-05 18:32:27 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-05 18:33:36 +0200 |
commit | 6a0c8a93e30243232d63487c09ccb15a93755265 (patch) | |
tree | b70b4a9262102cca89067a3a9ef6b1213d898d37 /mate-about/mate-about.c | |
parent | 8f495b981fa6b14eb4448ad723100a73ebce4dc0 (diff) | |
download | mate-desktop-6a0c8a93e30243232d63487c09ccb15a93755265.tar.bz2 mate-desktop-6a0c8a93e30243232d63487c09ccb15a93755265.tar.xz |
Drop support for Glib < 2.36
Diffstat (limited to 'mate-about/mate-about.c')
-rw-r--r-- | mate-about/mate-about.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-about/mate-about.c b/mate-about/mate-about.c index 55dbd30..bf25a22 100644 --- a/mate-about/mate-about.c +++ b/mate-about/mate-about.c @@ -120,10 +120,6 @@ int main(int argc, char** argv) mate_gettext(GETTEXT_PACKAGE, LOCALE_DIR, "UTF-8"); - #if !GLIB_CHECK_VERSION (2, 36, 0) - g_type_init(); - #endif - /* http://www.gtk.org/api/2.6/glib/glib-Commandline-option-parser.html */ GOptionContext* context = g_option_context_new(NULL); g_option_context_add_main_entries(context, command_entries, GETTEXT_PACKAGE); |