Remove dead variable.

This commit is contained in:
Nicholas Hastings
2014-06-22 21:26:41 -04:00
parent 848bc927a0
commit 8d7e8b2a85
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -128,7 +128,6 @@ bool TF2Tools::SDK_OnLoad(char *error, size_t maxlength, bool late)
g_pCVar = icvar;
m_CritDetoursEnabled = false;
m_IsHolidayHookEnabled = false;
m_CondChecksEnabled = false;
m_RulesDetoursEnabled = false;
m_TeleportDetourEnabled = false;
-1
View File
@@ -120,7 +120,6 @@ public:
#endif
private:
bool m_CritDetoursEnabled;
bool m_IsHolidayHookEnabled;
bool m_CondChecksEnabled;
bool m_RulesDetoursEnabled;
bool m_TeleportDetourEnabled;