aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/ThemeResourceDictionary.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-03-02 22:07:33 +0800
committercrupest <crupest@outlook.com>2022-03-02 22:07:33 +0800
commit57353bd3acd97957cb5f970016fec52977cc6e95 (patch)
tree6e47a50f33466f7bcdce7c7aa9bf15b82fe4a58a /include/cru/ui/ThemeResourceDictionary.h
parent7adfe813c23d20abe936aa0624fd68e0112717b3 (diff)
downloadcru-57353bd3acd97957cb5f970016fec52977cc6e95.tar.gz
cru-57353bd3acd97957cb5f970016fec52977cc6e95.tar.bz2
cru-57353bd3acd97957cb5f970016fec52977cc6e95.zip
...
Diffstat (limited to 'include/cru/ui/ThemeResourceDictionary.h')
-rw-r--r--include/cru/ui/ThemeResourceDictionary.h8
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);