remove m_PrintfStop

This commit is contained in:
Kyle Sanderson
2019-09-10 11:23:08 +02:00
committed by BotoX
parent 4cad93b505
commit eda65bb5bb
-1
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 :