diff --git a/libs/models/gl_skin.c b/libs/models/gl_skin.c index c67bebceb..3923e6b8d 100644 --- a/libs/models/gl_skin.c +++ b/libs/models/gl_skin.c @@ -50,10 +50,6 @@ static __attribute__ ((used)) const char rcsid[] = "$Id$"; #include "QF/GL/defines.h" #include "QF/GL/funcs.h" -// if more than 32 clients are to be supported, then this will need to be -// updated -#define MAX_TRANSLATIONS 32 - void Skin_ProcessTranslation (int cmap, const byte *translation) { diff --git a/libs/models/glsl_skin.c b/libs/models/glsl_skin.c index f834180c3..c9b2883ba 100644 --- a/libs/models/glsl_skin.c +++ b/libs/models/glsl_skin.c @@ -50,9 +50,6 @@ static __attribute__ ((used)) const char rcsid[] = "$Id$"; #include "QF/GLSL/defines.h" #include "QF/GLSL/funcs.h" -// if more than 32 clients are to be supported, then this will need to be -// updated -#define MAX_TRANSLATIONS 32 static GLuint cmap_tex[MAX_TRANSLATIONS]; void