From 75577ee618515faa08e8d4796c6ca7b0512e8f02 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 13 Oct 2010 16:45:45 +0000 Subject: [PATCH] * eio: remove unecessary call. SVN revision: 53365 --- legacy/eio/src/lib/eio_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/eio/src/lib/eio_main.c b/legacy/eio/src/lib/eio_main.c index 7ff28d3da3..31b5fcbb18 100644 --- a/legacy/eio/src/lib/eio_main.c +++ b/legacy/eio/src/lib/eio_main.c @@ -50,7 +50,6 @@ eio_init(void) if (_eio_count > 1) return _eio_count; eina_init(); - eina_threads_init(); ecore_init(); return _eio_count; @@ -76,7 +75,6 @@ eio_shutdown(void) direct_info.count = 0; ecore_shutdown(); - eina_threads_shutdown(); eina_shutdown(); return _eio_count; }