diff --git a/engine/gl/gl_model.h b/engine/gl/gl_model.h index 5a0eac7c1..b40e4477d 100644 --- a/engine/gl/gl_model.h +++ b/engine/gl/gl_model.h @@ -187,9 +187,7 @@ typedef struct mtexinfo_s typedef struct glpoly_s { struct glpoly_s *next; - struct glpoly_s *chain; int numverts; - int flags; // for SURF_UNDERWATER #ifdef SHADERS float texcenter[2]; //center of texture made by adveraging the tex coords #endif