summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pers_ipc_dbus.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pers_ipc_dbus.c b/src/pers_ipc_dbus.c
index cac136d..f399bd0 100644
--- a/src/pers_ipc_dbus.c
+++ b/src/pers_ipc_dbus.c
@@ -1407,9 +1407,6 @@ static void* persIpcPASLoopThread(void *lpParam)
{
uint32_t u32ConnectionId = 0;
- /* Initialize glib */
- g_type_init(); /* deprecated. Since GLib 2.36, the type system is initialized automatically and this function does nothing.*/
-
/* Create the main loop */
g_pPASMainLoop = g_main_loop_new(NIL, FALSE);
if(NIL == g_pPASMainLoop)
@@ -1466,9 +1463,6 @@ static void* persIpcPCLLoopThread(void *lpParam)
{
GError *pGError = NIL;
- /* Initialize glib */
- g_type_init(); /* deprecated. Since GLib 2.36, the type system is initialized automatically and this function does nothing.*/
-
/* Create the main loop */
g_pPCLMainLoop = g_main_loop_new(NIL, FALSE);