cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=353c237e3ecb8b4122b6866afb662884f7b9acdb
commit 353c237e3ecb8b4122b6866afb662884f7b9acdb Author: Cedric BAIL <[email protected]> Date: Thu Sep 4 16:38:27 2014 +0200 main: do not throw warning on previously working code. Now that we forcefully shutdown elementary, we will always it the case below 0 for older code and throw some useless warning. --- src/lib/elm_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c index ee73d8a..1977994 100644 --- a/src/lib/elm_main.c +++ b/src/lib/elm_main.c @@ -323,7 +323,6 @@ elm_shutdown(void) { if (_elm_init_count <= 0) { - ERR("Init count not greater than 0 in shutdown."); return 0; } _elm_init_count--; --
