aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/messages-service.c')
-rw-r--r--src/messages-service.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/messages-service.c b/src/messages-service.c
index b36a0a2..48c830e 100644
--- a/src/messages-service.c
+++ b/src/messages-service.c
@@ -619,11 +619,8 @@ got_bus (GObject *object,
int
main (int argc, char ** argv)
{
- GMainLoop * mainloop = NULL;
- IndicatorService * service = NULL;
-
- /* Glib init */
- g_type_init();
+ GMainLoop * mainloop;
+ IndicatorService * service;
mainloop = g_main_loop_new (NULL, FALSE);