diff options
Diffstat (limited to 'include/cru/ui/ThemeResourceDictionary.h')
-rw-r--r-- | include/cru/ui/ThemeResourceDictionary.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/cru/ui/ThemeResourceDictionary.h b/include/cru/ui/ThemeResourceDictionary.h index a303b466..7112ab27 100644 --- a/include/cru/ui/ThemeResourceDictionary.h +++ b/include/cru/ui/ThemeResourceDictionary.h @@ -63,14 +63,6 @@ class CRU_UI_API ThemeResourceDictionary : public Object { return resource; } - std::shared_ptr<platform::graphics::IBrush> GetResourceBrush( - const String& key); - - std::shared_ptr<platform::graphics::IFont> GetResourceFont(const String& key); - - std::shared_ptr<style::StyleRuleSet> GetResourceStyleRuleSet( - const String& key); - private: void UpdateResourceMap(xml::XmlElementNode* root_xml); |