diff options
| author | crupest <crupest@outlook.com> | 2020-11-10 15:03:54 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-11-10 15:03:54 +0800 |
| commit | 460a45df8be4613053c6a097d9c699c70dbe1a2c (patch) | |
| tree | dbd4141b27eb0cea9481fcd735a247e64b335f33 /include/cru/ui/controls/FlexLayout.hpp | |
| parent | 141fbebbe604eac53d12e7de11f999044e286cb6 (diff) | |
| download | cru-460a45df8be4613053c6a097d9c699c70dbe1a2c.tar.gz cru-460a45df8be4613053c6a097d9c699c70dbe1a2c.tar.bz2 cru-460a45df8be4613053c6a097d9c699c70dbe1a2c.zip | |
...
Diffstat (limited to 'include/cru/ui/controls/FlexLayout.hpp')
| -rw-r--r-- | include/cru/ui/controls/FlexLayout.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/cru/ui/controls/FlexLayout.hpp b/include/cru/ui/controls/FlexLayout.hpp index a6c6a40c..4f6abfdb 100644 --- a/include/cru/ui/controls/FlexLayout.hpp +++ b/include/cru/ui/controls/FlexLayout.hpp @@ -34,10 +34,6 @@ class FlexLayout : public LayoutControl { FlexChildLayoutData GetChildLayoutData(Control* control); void SetChildLayoutData(Control* control, FlexChildLayoutData data); - protected: - void OnAddChild(Control* child, Index position) override; - void OnRemoveChild(Control* child, Index position) override; - private: std::shared_ptr<render::FlexLayoutRenderObject> render_object_; }; |
