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.
This commit is contained in:
Cedric BAIL 2014-09-04 16:38:27 +02:00
parent c7f130ca87
commit d1612d88d6
1 changed files with 0 additions and 1 deletions

View File

@ -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--;