Remove unused field

This commit is contained in:
Michał Janiszewski 2017-11-07 23:34:50 +01:00 committed by Michał Janiszewski
parent 0e4d9a2518
commit cabed0cef5
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ private:
std::unordered_map<GlyphId, CachedTextureInfo, GlyphId::Hash, GlyphId::Equal> _glyphTextureMap;
std::unordered_map<uint32, CachedTextureInfo> _imageTextureMap;
std::unordered_map<uint32, CachedTextureInfo> _paletteTextureMap;
GLuint _paletteTexture = 0;