ecore_evas_cocoa: don't reset the init count if negative

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Jean Guyomarc'h 2015-10-13 16:10:42 +02:00 committed by Cedric BAIL
parent 09d6dc2775
commit 566184078a
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;
}