]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
another attempt to fix skybox loading
[xonotic/darkplaces.git] / render.h
index 6c92a91a0df785a9559f540ed386ba399df55ba8..5d8342674ce5c38e7d986fc9b3986c1e9db2cdd2 100644 (file)
--- a/render.h
+++ b/render.h
@@ -20,14 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 // refresh.h -- public interface to refresh functions
 
-// sky stuff
-extern char skyname[];
-extern void R_SetSkyBox(char* sky);
-extern void LoadSky_f(void);
-extern rtexture_t *solidskytexture;
-extern rtexture_t *alphaskytexture;
-extern float speedscale; // for top sky and bottom sky
-
 // far clip distance for scene
 extern cvar_t r_farclip;