diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-03 20:04:52 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-03 20:04:52 +0800 |
| commit | 06f16479ae1b727252404b763b60c924e3fe7903 (patch) | |
| tree | 09cdf8e5e90ac85ea19840fad1a2cd149c1fc3f6 /include/cru/ui/render/ScrollBar.h | |
| parent | 5b46d14997c2ff2244f303216e4e286665ac8a42 (diff) | |
| download | cru-06f16479ae1b727252404b763b60c924e3fe7903.tar.gz cru-06f16479ae1b727252404b763b60c924e3fe7903.tar.bz2 cru-06f16479ae1b727252404b763b60c924e3fe7903.zip | |
Remove Object2.
Diffstat (limited to 'include/cru/ui/render/ScrollBar.h')
| -rw-r--r-- | include/cru/ui/render/ScrollBar.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/cru/ui/render/ScrollBar.h b/include/cru/ui/render/ScrollBar.h index fbe14244..8c531489 100644 --- a/include/cru/ui/render/ScrollBar.h +++ b/include/cru/ui/render/ScrollBar.h @@ -45,10 +45,6 @@ std::string CRU_UI_API GenerateScrollBarThemeColorKey(ScrollBarBrushUsageKind us class CRU_UI_API ScrollBar : public Object { public: ScrollBar(ScrollRenderObject* render_object, Direction direction); - - CRU_DELETE_COPY(ScrollBar) - CRU_DELETE_MOVE(ScrollBar) - ~ScrollBar() override; public: @@ -213,10 +209,6 @@ class CRU_UI_API VerticalScrollBar : public ScrollBar { class CRU_UI_API ScrollBarDelegate : public Object { public: explicit ScrollBarDelegate(ScrollRenderObject* render_object); - - CRU_DELETE_COPY(ScrollBarDelegate) - CRU_DELETE_MOVE(ScrollBarDelegate) - ~ScrollBarDelegate() override = default; public: |
