diff options
author | infirit <[email protected]> | 2014-12-16 13:08:20 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 13:08:20 +0100 |
commit | 3b471d4cde283b0b30bc81d118317b3ab4afadaf (patch) | |
tree | 79469f72f49d7b59cfc2115fb01117bac1e33d4d | |
parent | 7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7 (diff) | |
download | mate-panel-3b471d4cde283b0b30bc81d118317b3ab4afadaf.tar.bz2 mate-panel-3b471d4cde283b0b30bc81d118317b3ab4afadaf.tar.xz |
Revert "Add back Glib 2.32 support"
This reverts commit 7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7.
-rw-r--r-- | applets/clock/test-system-timezone.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/applets/clock/test-system-timezone.c b/applets/clock/test-system-timezone.c index 8e3e26af..79084618 100644 --- a/applets/clock/test-system-timezone.c +++ b/applets/clock/test-system-timezone.c @@ -93,10 +93,6 @@ main (int argc, retval = 0; -#if !GLIB_CHECK_VERSION (2, 36, 0) - g_type_init (); -#endif - context = g_option_context_new (""); g_option_context_add_main_entries (context, options, NULL); |