Remove dead variable.

This commit is contained in:
Nicholas Hastings 2014-06-19 23:34:35 -04:00
parent 151c6d246e
commit 1daf629a42
2 changed files with 0 additions and 2 deletions

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;

View File

@ -120,7 +120,6 @@ public:
#endif
private:
bool m_CritDetoursEnabled;
bool m_IsHolidayHookEnabled;
bool m_CondChecksEnabled;
bool m_RulesDetoursEnabled;
bool m_TeleportDetourEnabled;