diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-27 06:46:20 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-27 06:46:20 +1000 |
commit | a25b699966cb27246741fcda296a8946dd3cba53 (patch) | |
tree | 2c29c4106b6ac408fd8b89aa7460811a5db079e9 /source/core/StarFont.hpp | |
parent | 929c75c3641aa0a3b31aba39fa0612c88d19289a (diff) |
Update StarFont.cpp
Diffstat (limited to 'source/core/StarFont.hpp')
-rw-r--r-- | source/core/StarFont.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/core/StarFont.hpp b/source/core/StarFont.hpp index 6686dbc..e62e91b 100644 --- a/source/core/StarFont.hpp +++ b/source/core/StarFont.hpp @@ -41,8 +41,6 @@ private: FontImplPtr m_fontImpl; ByteArrayConstPtr m_fontBuffer; unsigned m_pixelSize; - unsigned m_loadedPixelSize; - String::Char m_loadedChar; uint8_t m_alphaThreshold; HashMap<pair<String::Char, unsigned>, unsigned> m_widthCache; |