Skip to content

Commit

Permalink
Fixed compilation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jul 10, 2009
1 parent 2646814 commit f45a623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/gl_tex.h
Expand Up @@ -69,5 +69,5 @@ int DrawRealPatch(byte* buffer, int texwidth, int texheight,
int origy, boolean maskZero,
boolean checkForAlpha);
boolean ImageHasAlpha(image_t *image);

void GL_TranslatePatch(lumppatch_t* patch, byte* transTable);
#endif
4 changes: 0 additions & 4 deletions doomsday/engine/portable/src/gl_texmanager.c
Expand Up @@ -89,10 +89,6 @@ void GLTexture_ReleaseTextures(gltexture_t* tex);

void GLTexture_SetMinMode(gltexture_t* tex, int minMode);

#if _DEBUG
void GL_TranslatePatch(lumppatch_t* patch, byte* transTable);
#endif

// PRIVATE FUNCTION PROTOTYPES ---------------------------------------------

static void GL_SetTexCoords(float* tc, int wid, int hgt);
Expand Down

0 comments on commit f45a623

Please sign in to comment.