aboutsummaryrefslogtreecommitdiff
path: root/src/theme_builder/components/stylers/CompoundStylerEditor.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-17 18:32:52 +0800
committercrupest <crupest@outlook.com>2022-02-17 18:32:52 +0800
commitada641977cd57a50fc862243ba256c58efc065b8 (patch)
tree0f2124b88496f42e2cce2e3aaa64211131c18b37 /src/theme_builder/components/stylers/CompoundStylerEditor.h
parent9b3b13f78fffefb18f64aad88891d36009a8052e (diff)
downloadcru-ada641977cd57a50fc862243ba256c58efc065b8.tar.gz
cru-ada641977cd57a50fc862243ba256c58efc065b8.tar.bz2
cru-ada641977cd57a50fc862243ba256c58efc065b8.zip
...
Diffstat (limited to 'src/theme_builder/components/stylers/CompoundStylerEditor.h')
-rw-r--r--src/theme_builder/components/stylers/CompoundStylerEditor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theme_builder/components/stylers/CompoundStylerEditor.h b/src/theme_builder/components/stylers/CompoundStylerEditor.h
index a5c6fbb2..33a3d7cf 100644
--- a/src/theme_builder/components/stylers/CompoundStylerEditor.h
+++ b/src/theme_builder/components/stylers/CompoundStylerEditor.h
@@ -42,13 +42,9 @@ class CompoundStylerEditor : public StylerEditor {
ClonablePtr<ui::style::Styler> GetStyler() override { return GetValue(); }
- IEvent<std::nullptr_t>* ChangeEvent() override { return &change_event_; }
-
private:
ui::controls::FlexLayout children_container_;
std::vector<std::unique_ptr<CompoundStylerEditorChild>> children_;
ui::components::PopupMenuTextButton add_child_button_;
-
- Event<std::nullptr_t> change_event_;
};
} // namespace cru::theme_builder::components::stylers