diff --git a/src/openrct2-ui/drawing/engines/opengl/TextureCache.h b/src/openrct2-ui/drawing/engines/opengl/TextureCache.h index 7171438727..d6f2abf725 100644 --- a/src/openrct2-ui/drawing/engines/opengl/TextureCache.h +++ b/src/openrct2-ui/drawing/engines/opengl/TextureCache.h @@ -198,7 +198,6 @@ private: std::unordered_map _glyphTextureMap; std::unordered_map _imageTextureMap; - std::unordered_map _paletteTextureMap; GLuint _paletteTexture = 0;