Clean up some redundant defines.

This commit is contained in:
Bill Currie 2012-01-24 09:37:46 +09:00
parent 19dc579a5a
commit d6683711f4
2 changed files with 0 additions and 7 deletions

View file

@ -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)
{

View file

@ -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