From 57353bd3acd97957cb5f970016fec52977cc6e95 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 2 Mar 2022 22:07:33 +0800 Subject: ... --- include/cru/ui/ThemeResourceDictionary.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/cru/ui/ThemeResourceDictionary.h') 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 GetResourceBrush( - const String& key); - - std::shared_ptr GetResourceFont(const String& key); - - std::shared_ptr GetResourceStyleRuleSet( - const String& key); - private: void UpdateResourceMap(xml::XmlElementNode* root_xml); -- cgit v1.2.3