diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-18 00:46:27 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-18 00:46:27 +0800 |
| commit | 6b4edc9be8ec556147c195cf2047d92b9439efd7 (patch) | |
| tree | a1d7b7d1e821b4e1911fd00761f77a24ee483f4a /src/ui/controls/NoChildControl.cpp | |
| parent | f7c4d19df66c602d74795e98ce2ee4390d06fbb4 (diff) | |
| download | cru-6b4edc9be8ec556147c195cf2047d92b9439efd7.tar.gz cru-6b4edc9be8ec556147c195cf2047d92b9439efd7.tar.bz2 cru-6b4edc9be8ec556147c195cf2047d92b9439efd7.zip | |
Bring back ControlHost and refactor tree management of control.
Diffstat (limited to 'src/ui/controls/NoChildControl.cpp')
| -rw-r--r-- | src/ui/controls/NoChildControl.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ui/controls/NoChildControl.cpp b/src/ui/controls/NoChildControl.cpp deleted file mode 100644 index 382a5d18..00000000 --- a/src/ui/controls/NoChildControl.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "cru/ui/controls/NoChildControl.h" - -namespace cru::ui::controls { -void NoChildControl::ForEachChild( - const std::function<void(Control*)>& callback) { - CRU_UNUSED(callback); -} - -void NoChildControl::RemoveChild(Control* child) { CRU_UNUSED(child); } -} // namespace cru::ui::controls |
