mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Clean up some redundant defines.
This commit is contained in:
parent
19dc579a5a
commit
d6683711f4
2 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue