evas_ gl_common: comment out not reachable code

In commit 7dbe886f58 this was changed. I
can only guess it was a side effect during development.

Before that the code was actually commented out and not used for 10
years (47fbbe6196)

CID: 1132634

Differential Revision: https://phab.enlightenment.org/D11981
This commit is contained in:
Stefan Schmidt 2020-06-16 11:19:43 +02:00
parent 6637fb3aec
commit 685e231d66
1 changed files with 2 additions and 1 deletions

View File

@ -1847,13 +1847,14 @@ vertex_array_size_check(Evas_Engine_GL_Context *gc, int pn, int n)
{
return 1;
// this fixup breaks for expedite test 32. why?
// for reference
/* for reference
if ((gc->pipe[pn].array.num + n) > gc->shared->info.max_vertex_elements)
{
shader_array_flush(gc);
return 0;
}
return 1;
*/
}
static int