aboutsummaryrefslogtreecommitdiff
path: root/src/ui/NoChildControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/NoChildControl.cpp')
-rw-r--r--src/ui/NoChildControl.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/NoChildControl.cpp b/src/ui/NoChildControl.cpp
deleted file mode 100644
index 86861049..00000000
--- a/src/ui/NoChildControl.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "cru/ui/NoChildControl.hpp"
-
-namespace cru::ui {
-const std::vector<Control*> NoChildControl::empty_control_vector{};
-}