[gupnp-tools] av-cp: Drop obsolete glib check



commit 67d0304168070e2d049286ea3fd0505e462cedb5
Author: Jens Georg <mail jensge org>
Date:   Tue Nov 16 20:19:28 2021 +0100

    av-cp: Drop obsolete glib check

 src/av-cp/main.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/av-cp/main.c b/src/av-cp/main.c
index 35b35d9..130eb6a 100644
--- a/src/av-cp/main.c
+++ b/src/av-cp/main.c
@@ -151,10 +151,6 @@ init_upnp (int port)
         GUPnPResourceFactory *factory;
         GSocketFamily family = G_SOCKET_FAMILY_INVALID;
 
-#if !GLIB_CHECK_VERSION(2, 35, 0)
-        g_type_init ();
-#endif
-
         factory = gupnp_resource_factory_get_default ();
 
         /* Work-around bgo#764498 */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]