diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 08:53:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 10:45:27 +0000 |
commit | 58ba105a0328a932ff3dd86b043a909d01dacf5d (patch) | |
tree | 35d2e72bad7bc10cbc6ba7cfdc69023767c94521 /vcl/inc/impimagetree.hxx | |
parent | 94ffeed68f14be4790fd537b8fb1431472613373 (diff) |
callcatcher: update unused code
Change-Id: Ia8e6abffb85b92ee4538fb0aeaee4e4aa18f2772
Diffstat (limited to 'vcl/inc/impimagetree.hxx')
-rw-r--r-- | vcl/inc/impimagetree.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/impimagetree.hxx b/vcl/inc/impimagetree.hxx index 68cb2418271a..85e3640ece86 100644 --- a/vcl/inc/impimagetree.hxx +++ b/vcl/inc/impimagetree.hxx @@ -42,9 +42,6 @@ public: ~ImplImageTree(); - /// check whether the icon style is installed - bool checkStyle(OUString const & style); - bool loadImage( OUString const & name, OUString const & style, BitmapEx & bitmap, bool localized = false, bool loadMissing = false ); @@ -77,7 +74,6 @@ private: OUString m_style; Path m_path; - CheckStyleCache m_checkStyleCache; IconCache m_iconCache; bool m_cacheIcons; IconLinkHash m_linkHash; @@ -86,7 +82,6 @@ private: void resetPaths(); - bool checkStyleCacheLookup( OUString const & style, bool &exists ); bool iconCacheLookup( OUString const & name, bool localized, BitmapEx & bitmap ); bool find(std::vector< OUString > const & paths, BitmapEx & bitmap ); |