]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - view.c
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / view.c
diff --git a/view.c b/view.c
index a8821d1b231994ff423722a4e3ca4140e4d150aa..5b0da1ee968a8c9bf5c854f63598e274e388558e 100644 (file)
--- a/view.c
+++ b/view.c
@@ -61,8 +61,6 @@ cvar_t        gl_polyblend = {"gl_polyblend", "1", true};
 
 float  v_dmg_time, v_dmg_roll, v_dmg_pitch;
 
-extern int                     in_forward, in_forward2, in_back;
-
 
 /*
 ===============
@@ -729,7 +727,6 @@ V_CalcRefdef
 
 ==================
 */
-extern qboolean intimerefresh;
 void V_CalcRefdef (void)
 {
        entity_t        *ent, *view;