diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-22 22:09:16 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-23 03:08:47 +0100 |
commit | f09b39a65ddd60dabf4e47cb5e82acbd32305b31 (patch) | |
tree | 9e460fa7de4e53e30e8984291572c505ca8f4947 /vcl/inc/impimagetree.hxx | |
parent | e7f09e0dc320de9959f82736055506d75cf37b52 (diff) |
icons: Unused CheckStyleCache.
Change-Id: I9097b2704b7a961f448c58572f091f335847e951
Diffstat (limited to 'vcl/inc/impimagetree.hxx')
-rw-r--r-- | vcl/inc/impimagetree.hxx | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/vcl/inc/impimagetree.hxx b/vcl/inc/impimagetree.hxx index 9e4f579acdc3..c8c8fabc527d 100644 --- a/vcl/inc/impimagetree.hxx +++ b/vcl/inc/impimagetree.hxx @@ -62,16 +62,10 @@ private: OUString const & name, OUString const & style, BitmapEx & bitmap, bool localized); - typedef std::pair< - OUString, - css::uno::Reference< css::container::XNameAccess > > Path; - - typedef boost::unordered_map< - OUString, bool, OUStringHash > CheckStyleCache; - typedef boost::unordered_map< - OUString, std::pair< bool, BitmapEx >, OUStringHash > IconCache; - typedef boost::unordered_map< - OUString, OUString, OUStringHash > IconLinkHash; + typedef std::pair<OUString, css::uno::Reference<css::container::XNameAccess>> Path; + + typedef boost::unordered_map<OUString, std::pair<bool, BitmapEx>, OUStringHash> IconCache; + typedef boost::unordered_map<OUString, OUString, OUStringHash> IconLinkHash; OUString m_style; Path m_path; |