Removed useless variable

This commit is contained in:
Kamay Xutax 2024-07-26 18:23:23 +02:00
parent dc471576a1
commit 5a0367c8d7

View file

@ -1313,7 +1313,6 @@ void CInput::CreateMove ( int sequence_number, float input_sample_frametime, boo
} }
#ifdef CSTRIKE_DLL #ifdef CSTRIKE_DLL
static ConVarRef cl_showhitboxes("cl_showhitboxes");
static ConVarRef debug_screenshot_bullet_position("debug_screenshot_bullet_position"); static ConVarRef debug_screenshot_bullet_position("debug_screenshot_bullet_position");
static ConVarRef cl_showfirebullethitboxes("cl_showfirebullethitboxes"); static ConVarRef cl_showfirebullethitboxes("cl_showfirebullethitboxes");
static ConVarRef cl_showimpacts("cl_showimpacts"); static ConVarRef cl_showimpacts("cl_showimpacts");