From 5282d92b627041047b2603b0c2d013c221f4dd56 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 6 Jul 2002 00:28:27 +0000 Subject: was ending up using the wrong cache items. now i find and release it every time a string is drawn --- src/Font.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Font.hh') 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: -- cgit v1.2.3