delete_idle_enterer is gone.

SVN revision: 29424
This commit is contained in:
Sebastian Dransfeld 2007-04-06 12:28:16 +00:00
parent 6d320096e0
commit d8291ba50a
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ _ecore_evas_directfb_match(DFBWindowID win)
Ecore_Evas *ee;
ee = evas_hash_find(ecore_evases_hash, _ecore_evas_directfb_winid_str_get(win));
if ((ee) && (ee->delete_idle_enterer)) return NULL;
return ee;
}