diff --git a/source/games/duke/src/game_misc.cpp b/source/games/duke/src/game_misc.cpp index 33c62f81a..b44dd60a0 100644 --- a/source/games/duke/src/game_misc.cpp +++ b/source/games/duke/src/game_misc.cpp @@ -355,9 +355,6 @@ void displayrest(int smoothratio) if ((unsigned)a < MAXTILES) { - vec2_t crosshairpos = { }; - //vec2_t crosshairpos = { ud.returnvar[0], ud.returnvar[1] }; - uint32_t crosshair_o = 1 | 2; double crosshair_scale = cl_crosshairscale * .01; if (isRR()) crosshair_scale *= .5;