[Xfce4-commits] [apps/xfce4-screensaver] 171/425: Revert "Add back Glib 2.32 support"
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:50:18 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit b30f374584e6d80cb7f3e6fc83aa07768547e92f
Author: infirit <infirit at gmail.com>
Date: Tue Dec 16 13:09:43 2014 +0100
Revert "Add back Glib 2.32 support"
This reverts commit ddc4152abebd61f14055dec8c2f7c4c1e0d2ddd0.
---
src/mate-screensaver-command.c | 4 ----
src/mate-screensaver-dialog.c | 4 ----
src/mate-screensaver-gl-helper.c | 4 ----
3 files changed, 12 deletions(-)
diff --git a/src/mate-screensaver-command.c b/src/mate-screensaver-command.c
index a87ea55..d4f7657 100644
--- a/src/mate-screensaver-command.c
+++ b/src/mate-screensaver-command.c
@@ -499,10 +499,6 @@ main (int argc,
textdomain (GETTEXT_PACKAGE);
#endif
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init ();
-#endif
-
g_set_prgname (argv[0]);
if (setlocale (LC_ALL, "") == NULL)
diff --git a/src/mate-screensaver-dialog.c b/src/mate-screensaver-dialog.c
index 6b23baa..79be649 100644
--- a/src/mate-screensaver-dialog.c
+++ b/src/mate-screensaver-dialog.c
@@ -560,10 +560,6 @@ int main(int argc, char** argv)
textdomain(GETTEXT_PACKAGE);
#endif
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init();
-#endif
-
gs_profile_start(NULL);
if (!privileged_initialization(&argc, argv, verbose))
diff --git a/src/mate-screensaver-gl-helper.c b/src/mate-screensaver-gl-helper.c
index daaa179..acf23ef 100644
--- a/src/mate-screensaver-gl-helper.c
+++ b/src/mate-screensaver-gl-helper.c
@@ -48,10 +48,6 @@ main (int argc,
textdomain (GETTEXT_PACKAGE);
#endif
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init ();
-#endif
-
g_set_prgname (argv[0]);
if (! gtk_init_with_args (&argc, &argv, NULL, NULL, NULL, &error))
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list