ecore-evas: Remove unused variable

This commit is contained in:
Chris Michael 2018-04-11 10:04:47 -04:00
parent e9811c6596
commit c18fac91ff
1 changed files with 0 additions and 2 deletions

View File

@ -583,8 +583,6 @@ ecore_evas_engine_type_supported_get(Ecore_Evas_Engine_Type engine)
EAPI int
ecore_evas_init(void)
{
int fd;
if (++_ecore_evas_init_count != 1)
return _ecore_evas_init_count;