summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-11-16 20:19:28 +0100
committerJens Georg <mail@jensge.org>2021-11-16 20:19:28 +0100
commit67d0304168070e2d049286ea3fd0505e462cedb5 (patch)
tree5f977e01a8ab6eea9bea9be8e7f8b587ef923016
parent44a609bd8dbf95403649d025b6d5fa9bf13e262e (diff)
downloadgupnp-tools-67d0304168070e2d049286ea3fd0505e462cedb5.tar.gz
av-cp: Drop obsolete glib check
-rw-r--r--src/av-cp/main.c4
1 files changed, 0 insertions, 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 */