Evas filters: Remove ERR message

GL filters now work. Slow, but they work.
This commit is contained in:
Jean-Philippe Andre 2016-01-07 14:46:22 +09:00
parent e61182f7ac
commit 8822dcd115
1 changed files with 0 additions and 5 deletions

View File

@ -72,11 +72,6 @@ evas_filter_context_new(Evas_Public_Data *evas, Eina_Bool async)
* better and implement filters direcly with shaders.
*/
ctx->gl_engine = (evas->engine.func->gl_surface_read_pixels != NULL);
if (ctx->gl_engine)
{
// FIXME!!!
ERR("GL support not fully implemented! Repair work is in progress!");
}
return ctx;
}