aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2013-07-11 15:37:33 -0400
committerKen VanDine <ken.vandine@canonical.com>2013-07-11 15:37:33 -0400
commit7f4ac7cc08765cd139d6c3ac1f3d501598eb6324 (patch)
tree0cb515a9f25a770ae26d53d8f0072ce15994ae0b /src/messages-service.c
parent2ab588d17de27d836a815eff1b310e323097b3db (diff)
downloadayatana-indicator-messages-7f4ac7cc08765cd139d6c3ac1f3d501598eb6324.tar.gz
ayatana-indicator-messages-7f4ac7cc08765cd139d6c3ac1f3d501598eb6324.tar.bz2
ayatana-indicator-messages-7f4ac7cc08765cd139d6c3ac1f3d501598eb6324.zip
Fixed deprecations
Diffstat (limited to 'src/messages-service.c')
-rw-r--r--src/messages-service.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/messages-service.c b/src/messages-service.c
index b36a0a2..8f64478 100644
--- a/src/messages-service.c
+++ b/src/messages-service.c
@@ -622,9 +622,6 @@ main (int argc, char ** argv)
GMainLoop * mainloop = NULL;
IndicatorService * service = NULL;
- /* Glib init */
- g_type_init();
-
mainloop = g_main_loop_new (NULL, FALSE);
/* Create the Indicator Service interface */