diff options
Diffstat (limited to 'src/ui/NoChildControl.cpp')
-rw-r--r-- | src/ui/NoChildControl.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/NoChildControl.cpp b/src/ui/NoChildControl.cpp index 86861049..8adbe3bc 100644 --- a/src/ui/NoChildControl.cpp +++ b/src/ui/NoChildControl.cpp @@ -1,5 +1,3 @@ #include "cru/ui/NoChildControl.hpp" -namespace cru::ui { -const std::vector<Control*> NoChildControl::empty_control_vector{}; -} +namespace cru::ui {} |