diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-06 00:28:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-06 00:28:27 +0000 |
| commit | 5282d92b627041047b2603b0c2d013c221f4dd56 (patch) | |
| tree | 1e66d0087599597fc389c1aa72730cab698340cb /src/Font.hh | |
| parent | 6716bd33235b6fda4aeea75aea7c446e9f27fe40 (diff) | |
was ending up using the wrong cache items. now i find and release it every time a string is drawn
Diffstat (limited to 'src/Font.hh')
| -rw-r--r-- | src/Font.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Font.hh b/src/Font.hh index 38c4b4f8..4f4624ed 100644 --- a/src/Font.hh +++ b/src/Font.hh @@ -87,9 +87,6 @@ private: bool createFont(void); bool parseFontString(const std::string &xlfd); - mutable BGCCache *_cache; - mutable BGCCacheItem *_item; - bool _valid; public: |
