evas - gl common engine - dont complain on every surace opt fetch

this causes a complint every single frame - not a good idea.
This commit is contained in:
Carsten Haitzler 2015-04-12 11:36:28 +09:00
parent 9a03009364
commit f022c23166
1 changed files with 1 additions and 5 deletions

View File

@ -2628,11 +2628,7 @@ evgl_native_surface_direct_opts_get(Evas_Native_Surface *ns,
{
sfc = ns->data.evasgl.surface;
}
else
{
ERR("Only EVAS_NATIVE_SURFACE_EVASGL can be used for direct rendering");
return EINA_FALSE;
}
else return EINA_FALSE;
if (evgl_engine->api_debug_mode)
{