aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Container.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-10 15:03:54 +0800
committercrupest <crupest@outlook.com>2020-11-10 15:03:54 +0800
commit460a45df8be4613053c6a097d9c699c70dbe1a2c (patch)
treedbd4141b27eb0cea9481fcd735a247e64b335f33 /include/cru/ui/controls/Container.hpp
parent141fbebbe604eac53d12e7de11f999044e286cb6 (diff)
downloadcru-460a45df8be4613053c6a097d9c699c70dbe1a2c.tar.gz
cru-460a45df8be4613053c6a097d9c699c70dbe1a2c.tar.bz2
cru-460a45df8be4613053c6a097d9c699c70dbe1a2c.zip
...
Diffstat (limited to 'include/cru/ui/controls/Container.hpp')
-rw-r--r--include/cru/ui/controls/Container.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cru/ui/controls/Container.hpp b/include/cru/ui/controls/Container.hpp
index d9cb8aec..18958837 100644
--- a/include/cru/ui/controls/Container.hpp
+++ b/include/cru/ui/controls/Container.hpp
@@ -19,9 +19,6 @@ class Container : public ContentControl {
render::RenderObject* GetRenderObject() const override;
- protected:
- void OnChildChanged(Control* old_child, Control* new_child) override;
-
private:
std::unique_ptr<render::BorderRenderObject> render_object_;
};