From a5051f30d9d10cb152e81b296f73c43cd7b9e008 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 19 Jul 2009 09:29:52 +0000 Subject: [PATCH] Remove manual eina_shutdown call as it's now popped from E's shutdown stack. SVN revision: 41431 --- src/bin/e_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 34c81dbd9..7fddd73ea 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -1092,8 +1092,6 @@ main(int argc, char **argv) e_prefix_shutdown(); - eina_shutdown(); - /* just return 0 to keep the compiler quiet */ return 0; }