Removed debug code for font cache and text component.

This commit is contained in:
emb
2015-01-01 14:59:18 -06:00
parent 511c774ffc
commit 2e25dfa251
3 changed files with 0 additions and 11 deletions

View File

@@ -18,8 +18,6 @@ public:
virtual ~FontCache();
private:
bool IsInitialized;
std::map<std::string, Font *> FontFaceMap;
};