[gnome-bluetooth] lib: Remove deprecated g_type_init() in test-agent



commit 777d01def1644c41f9255e7b97602ac8ad08d580
Author: Gustavo Padovan <gustavo padovan collabora co uk>
Date:   Wed May 22 13:21:06 2013 -0300

    lib: Remove deprecated g_type_init() in test-agent
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685717

 lib/test-agent.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/lib/test-agent.c b/lib/test-agent.c
index 6286225..0a9c1c4 100644
--- a/lib/test-agent.c
+++ b/lib/test-agent.c
@@ -83,8 +83,6 @@ int main (int argc, char **argv)
        sigaction(SIGTERM, &sa, NULL);
        sigaction(SIGINT,  &sa, NULL);
 
-       g_type_init();
-
        mainloop = g_main_loop_new(NULL, FALSE);
 
        agent = bluetooth_agent_new();


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