diff --git a/game/client/in_main.cpp b/game/client/in_main.cpp index dbddf68c2f..5c3c463023 100644 --- a/game/client/in_main.cpp +++ b/game/client/in_main.cpp @@ -1313,7 +1313,6 @@ void CInput::CreateMove ( int sequence_number, float input_sample_frametime, boo } #ifdef CSTRIKE_DLL - static ConVarRef cl_showhitboxes("cl_showhitboxes"); static ConVarRef debug_screenshot_bullet_position("debug_screenshot_bullet_position"); static ConVarRef cl_showfirebullethitboxes("cl_showfirebullethitboxes"); static ConVarRef cl_showimpacts("cl_showimpacts");