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

@ -477,7 +477,6 @@ typedef enum {
SF_IQM,
SF_FLARE,
SF_ENTITY, // beams, rails, lightning, etc that can be determined by entity
SF_DISPLAY_LIST,
SF_NUM_SURFACE_TYPES,
SF_MAX = 0x7fffffff // ensures that sizeof( surfaceType_t ) == sizeof( int )
@ -503,11 +502,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;