From eaf177e2be6ad7be3f32632dcfcea48402f67c7d Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 26 Aug 2010 21:42:13 +0200 Subject: Removed communication source, not needed at this point. --- main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 4d0f46b..07eb66e 100644 --- a/main.c +++ b/main.c @@ -4,7 +4,6 @@ #include "conf.h" #include "servers.h" #include "control_service.h" -#include "communication_source.h" #include #include @@ -37,8 +36,6 @@ int main(int argc, char **argv) { main_loop = g_main_loop_new(NULL, FALSE); - communication_source_init(main_loop); - g_main_loop_run(main_loop); g_main_loop_unref(main_loop); -- cgit v1.2.3