Evas GL: Fix compile error by comment out removed function.
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 11 Dec 2015 05:10:43 +0000 (14:10 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 11 Dec 2015 05:29:16 +0000 (14:29 +0900)
src/modules/evas/engines/gl_cocoa/evas_engine.c

index 6c6985a..6e7ab62 100644 (file)
@@ -1363,7 +1363,7 @@ module_open(Evas_Module *em)
    ORD(context_cutout_add);
    ORD(context_cutout_clear);
    ORD(output_flush);
-   ORD(output_idle_flush);
+   //   ORD(output_idle_flush);
    //   ORD(output_dump);
    ORD(rectangle_draw);
    ORD(line_draw);