diff options
author | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-16 15:55:47 +0100 |
---|---|---|
committer | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-16 15:55:47 +0100 |
commit | 208c0f4277dcd39db4a9c6a10bf12a7e29a114eb (patch) | |
tree | 6d768f51301b49de844a82a8108e49f708b00dbb | |
parent | d20384d4e61718b07c8ffa3c12009b270eb373cf (diff) |
No need to init eio. We dont use it.
-rw-r--r-- | src/lib/spy/spy_main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/spy/spy_main.c b/src/lib/spy/spy_main.c index 8084050..3bb4282 100644 --- a/src/lib/spy/spy_main.c +++ b/src/lib/spy/spy_main.c | |||
@@ -115,12 +115,6 @@ spy_init(void) | |||
115 | goto unregister_log_domain; | 115 | goto unregister_log_domain; |
116 | } | 116 | } |
117 | 117 | ||
118 | if (!eio_init()) | ||
119 | { | ||
120 | ERR("Can not initialize Eio"); | ||
121 | goto shutdown_ecore; | ||
122 | } | ||
123 | |||
124 | SPY_EVENT_LINE = ecore_event_type_new(); | 118 | SPY_EVENT_LINE = ecore_event_type_new(); |
125 | 119 | ||
126 | return _spy_init_count; | 120 | return _spy_init_count; |