summaryrefslogtreecommitdiff
path: root/xfconfd
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2020-12-15 23:18:43 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2020-12-15 23:18:43 +0100
commit56068de01bb74d7025c8fa3339d2cb1c94bb9231 (patch)
tree7f4bada8f0e4c533551fcc623bd94ae285b8f8da /xfconfd
parentae93c365f7a61ebe6c4c81241ba3dd4ea9e8326c (diff)
downloadxfconf-56068de01bb74d7025c8fa3339d2cb1c94bb9231.tar.gz
Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
Current glib minimum is 2.50.0
Diffstat (limited to 'xfconfd')
-rw-r--r--xfconfd/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xfconfd/main.c b/xfconfd/main.c
index 45c31e8..3fbca0e 100644
--- a/xfconfd/main.c
+++ b/xfconfd/main.c
@@ -175,10 +175,6 @@ main(int argc,
g_set_application_name(_("Xfce Configuration Daemon"));
g_set_prgname(G_LOG_DOMAIN);
-
-#if !GLIB_CHECK_VERSION(2,36,0)
- g_type_init();
-#endif
opt_ctx = g_option_context_new(NULL);
g_option_context_set_translation_domain(opt_ctx, PACKAGE);