diff --git a/ref/gl/gl_local.h b/ref/gl/gl_local.h index 8679ca60..35ec8182 100644 --- a/ref/gl/gl_local.h +++ b/ref/gl/gl_local.h @@ -130,7 +130,6 @@ typedef struct gltexture_s float xscale; float yscale; - int servercount; uint hashValue; struct gltexture_s *nextHash; } gl_texture_t; diff --git a/ref/soft/r_local.h b/ref/soft/r_local.h index 772e1c88..0b76ad97 100644 --- a/ref/soft/r_local.h +++ b/ref/soft/r_local.h @@ -363,8 +363,6 @@ typedef struct image_s pixel_t *pixels[4]; // mip levels pixel_t *alpha_pixels; // mip levels - - int servercount; uint hashValue; struct image_s *nextHash; } image_t;