From d90ecc17f551f3043c56645394b8b57f42c49601 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 7 Dec 2009 20:09:08 +0000 Subject: [PATCH] remove an unneeded comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9555 d7cf8633-e32d-0410-b094-e92efae38249 --- r_textures.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/r_textures.h b/r_textures.h index 0ef3ab2c..fb422f0c 100644 --- a/r_textures.h +++ b/r_textures.h @@ -98,8 +98,6 @@ void R_UpdateTexture(rtexture_t *rt, const unsigned char *data, int x, int y, in #define R_GetTexture(rt) ((rt) ? ((rt)->texnum > 0 ? (rt)->texnum : R_RealGetTexture(rt)) : r_texture_white->texnum) int R_RealGetTexture (rtexture_t *rt); -// returns true if the texture is transparent (useful for rendering code) - // returns width of texture, as was specified when it was uploaded int R_TextureWidth(rtexture_t *rt); -- 2.39.2