]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_textures.h
increase _snd_mixahead to 0.15 to fix crackling sound on Vista
[xonotic/darkplaces.git] / r_textures.h
index e5ba73069bf2b7d576e2f8f312c00252ea564e86..fb422f0cf6d5dfce2a63b606225b44dcc10c2b6f 100644 (file)
@@ -98,9 +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)
-int R_TextureHasAlpha(rtexture_t *rt);
-
 // returns width of texture, as was specified when it was uploaded
 int R_TextureWidth(rtexture_t *rt);