remove replace eo_data_get() call

This commit is contained in:
Jérémy Zurcher 2013-05-07 22:45:57 +02:00
parent 62cae26de0
commit 41e59310a5
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ eng_setup(Evas *evas, void *einfo)
if (!(info = (Evas_Engine_Info_Drm *)einfo)) return 0;
/* try to get the evas public data */
if (!(epd = eo_data_get(evas, EVAS_CLASS))) return 0;
if (!(epd = eo_data_scope_get(evas, EVAS_CLASS))) return 0;
/* check for valid engine output */
if (!(re = epd->engine.data.output))