]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmisc.c
Linux GLX, a lot of code shrinkage/cleanup, assembly support.
[xonotic/darkplaces.git] / gl_rmisc.c
index 68c782a2dbdc95366bc13e3c4281472dbdef7264..39cc5bbb60948e8fe47c1cb219a5d3091d0004a4 100644 (file)
@@ -132,7 +132,6 @@ R_Init
 */
 void R_Init (void)
 {      
-       extern byte *hunk_base;
 //     extern cvar_t gl_finish;
 
        Cmd_AddCommand ("timerefresh", R_TimeRefresh_f);        
@@ -190,7 +189,6 @@ void R_TranslatePlayerSkin (int playernum)
        int                     inwidth, inheight;
        byte            *inrow;
        unsigned        frac, fracstep;
-       extern  byte            **player_8bit_texels_tbl;
 
        top = cl.scores[playernum].colors & 0xf0;
        bottom = (cl.scores[playernum].colors &15)<<4;