From 5e274524c12bf31de017bcec0c5c3aa552c1a34c Mon Sep 17 00:00:00 2001 From: LIghty Date: Tue, 20 Mar 2018 16:59:54 +0100 Subject: [PATCH] underp --- src/menu/CKeyInput.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/menu/CKeyInput.cpp b/src/menu/CKeyInput.cpp index 744bda42..812e6815 100644 --- a/src/menu/CKeyInput.cpp +++ b/src/menu/CKeyInput.cpp @@ -10,9 +10,6 @@ #include "common.hpp" #include "sdk.hpp" -CatVar var0(CV_SWITCH, "var0", "0", "Enable Aimbot", - "Main aimbot switch"); - CKeyInput::CKeyInput(std::string name, IWidget* parent) : CBaseWidget(name, parent) { Props()->SetInt("value", 0); Props()->SetBool("capturing", false);