remove m_PrintfStop

This commit is contained in:
Kyle Sanderson 2019-09-04 11:12:19 -07:00 committed by BotoX
parent 4cad93b505
commit eda65bb5bb

View File

@ -154,7 +154,6 @@ private:
QueryCvarCookie_t m_LanguageCookie = InvalidQueryCvarCookie;
#endif
ke::LinkedList<ke::AString> m_PrintfBuffer;
bool m_PrintfStop = false;
};
class PlayerManager :