From 560c0ead613658a2b7444907c3d1d69e49be8c32 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 27 Jan 2022 21:21:51 +0800 Subject: ... --- include/cru/ui/UiManager.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/cru/ui/UiManager.hpp') diff --git a/include/cru/ui/UiManager.hpp b/include/cru/ui/UiManager.hpp index d16adc4f..9ac7f416 100644 --- a/include/cru/ui/UiManager.hpp +++ b/include/cru/ui/UiManager.hpp @@ -18,11 +18,6 @@ struct ThemeResources { std::shared_ptr text_brush; std::shared_ptr text_selection_brush; std::shared_ptr caret_brush; - - std::shared_ptr button_style; - std::shared_ptr text_box_style; - - style::StyleRuleSet menu_item_style; }; class CRU_UI_API UiManager : public Object { -- cgit v1.2.3