summaryrefslogtreecommitdiff
path: root/src/gpm-backlight-helper.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-17 11:52:41 +0100
committerinfirit <[email protected]>2014-12-17 11:52:41 +0100
commit365d495c81d21dce4ed8e494f9bb0dc2476d4535 (patch)
treeef5e14602a498ce69cd074e3de413593fae0fb54 /src/gpm-backlight-helper.c
parent18e079201d970b6402b56ef0c0b2a01496ff582e (diff)
downloadmate-power-manager-365d495c81d21dce4ed8e494f9bb0dc2476d4535.tar.bz2
mate-power-manager-365d495c81d21dce4ed8e494f9bb0dc2476d4535.tar.xz
Revert "We agreed to target Glib 2.32"
This reverts commit 18e079201d970b6402b56ef0c0b2a01496ff582e.
Diffstat (limited to 'src/gpm-backlight-helper.c')
-rw-r--r--src/gpm-backlight-helper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpm-backlight-helper.c b/src/gpm-backlight-helper.c
index 07ad25f..4350f16 100644
--- a/src/gpm-backlight-helper.c
+++ b/src/gpm-backlight-helper.c
@@ -178,11 +178,6 @@ main (gint argc, gchar *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
-#if !GLIB_CHECK_VERSION(2,36,0)
- /* setup type system */
- g_type_init ();
-#endif
-
context = g_option_context_new (NULL);
/* TRANSLATORS: tool that is used when copying profiles system-wide */
g_option_context_set_summary (context, _("MATE Power Manager Backlight Helper"));