diff options
author | infirit <[email protected]> | 2014-05-16 21:28:35 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-16 21:47:47 +0200 |
commit | 4534d11d0f99bc0f232f32db48aa87571f61a03c (patch) | |
tree | 3bc9483166417e00071aeb1bac7c5e7e67d18473 /applets | |
parent | cb443937caaffd79c297d7799639b826411bf785 (diff) | |
download | mate-panel-4534d11d0f99bc0f232f32db48aa87571f61a03c.tar.bz2 mate-panel-4534d11d0f99bc0f232f32db48aa87571f61a03c.tar.xz |
Drop support for glib < 2.36
Diffstat (limited to 'applets')
-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); |