summaryrefslogtreecommitdiff
path: root/src/Font.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-06 00:28:27 +0000
committerDana Jansens <danakj@orodu.net>2002-07-06 00:28:27 +0000
commit5282d92b627041047b2603b0c2d013c221f4dd56 (patch)
tree1e66d0087599597fc389c1aa72730cab698340cb /src/Font.hh
parent6716bd33235b6fda4aeea75aea7c446e9f27fe40 (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.hh3
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: