Evas filters: Remove ERR message
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 7 Jan 2016 05:46:22 +0000 (14:46 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 7 Jan 2016 05:46:22 +0000 (14:46 +0900)
GL filters now work. Slow, but they work.

src/lib/evas/filters/evas_filter.c

index 3b798f4..f343aa9 100644 (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;
 }