]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove an unneeded comment
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 7 Dec 2009 20:09:08 +0000 (20:09 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 7 Dec 2009 20:09:08 +0000 (20:09 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9555 d7cf8633-e32d-0410-b094-e92efae38249

r_textures.h

index 0ef3ab2ca3510bce4fec59a498ed95586629507e..fb422f0cf6d5dfce2a63b606225b44dcc10c2b6f 100644 (file)
@@ -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);