]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
moved mod_shared.c detail texture and distortion texture stuff to gl_rmain.c (renamed...
[xonotic/darkplaces.git] / model_shared.h
index a89536290c022eeccabf7609405d812ed2387153..96cf1292c38ed861f4fffd7cc91e93ffd828e372 100644 (file)
@@ -427,15 +427,6 @@ model_t;
 
 //============================================================================
 
-// this can be used for anything without a valid texture
-extern rtexture_t *r_texture_notexture;
-#define NUM_DETAILTEXTURES 1
-extern rtexture_t *mod_shared_detailtextures[NUM_DETAILTEXTURES];
-// every texture must be in a pool...
-extern rtexturepool_t *mod_shared_texturepool;
-
-extern rtexture_t *mod_shared_distorttexture[64];
-
 // model loading
 extern model_t *loadmodel;
 extern qbyte *mod_base;