summaryrefslogtreecommitdiff
path: root/src/gpm-backlight-helper.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-07-02 17:45:14 +0200
committerStefano Karapetsas <[email protected]>2014-07-02 17:45:14 +0200
commitdd209e7c581dd4dcf6f02e820d0a383f981f19eb (patch)
treeede416b65b42af10e6395e326f0059691b397fd4 /src/gpm-backlight-helper.c
parentc7026ba611c34ac1d24d57a88e3fac962f844ec1 (diff)
downloadmate-power-manager-dd209e7c581dd4dcf6f02e820d0a383f981f19eb.tar.bz2
mate-power-manager-dd209e7c581dd4dcf6f02e820d0a383f981f19eb.tar.xz
Remove deprecated code
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"));