ecore_evas_cocoa: don't reset the init count if negative

This commit is contained in:
Jean Guyomarc'h 2015-10-13 16:10:42 +02:00 committed by Nicolas Aguirre
parent e621b2d1d4
commit 14775bc8c4
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ _ecore_evas_cocoa_shutdown(void)
ecore_event_evas_shutdown();
}
if (_ecore_evas_init_count < 0) _ecore_evas_init_count = 0;
return _ecore_evas_init_count;
}