Evas GL: Fix compile error by comment out removed function.

This commit is contained in:
Jaehyun Cho 2015-12-11 14:10:43 +09:00
parent 91d9e7f83c
commit d1c359eb27
1 changed files with 1 additions and 1 deletions

View 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);