Remove unfinished OpenGL display list code

It seems unlikely anyone is going to do anything with this aside from stub
it out in OpenGLES ports.
This commit is contained in:
Zack Middleton 2014-11-16 11:58:52 -06:00
parent 22bcda018b
commit 60d28722ef
4 changed files with 1 additions and 27 deletions

View file

@ -848,7 +848,6 @@ typedef enum {
SF_IQM,
SF_FLARE,
SF_ENTITY, // beams, rails, lightning, etc that can be determined by entity
SF_DISPLAY_LIST,
SF_VAO_MESH,
SF_VAO_MDVMESH,
@ -877,11 +876,6 @@ typedef struct srfPoly_s {
polyVert_t *verts;
} srfPoly_t;
typedef struct srfDisplayList_s {
surfaceType_t surfaceType;
int listNum;
} srfDisplayList_t;
typedef struct srfFlare_s {
surfaceType_t surfaceType;