aboutsummaryrefslogtreecommitdiff
path: root/src/ui/control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/control.cpp')
-rw-r--r--src/ui/control.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/control.cpp b/src/ui/control.cpp
index e19754dc..5c629fd6 100644
--- a/src/ui/control.cpp
+++ b/src/ui/control.cpp
@@ -1,11 +1,8 @@
#include "control.hpp"
-#include <cassert>
-
#include "window.hpp"
namespace cru::ui {
-
void Control::_SetParent(Control* parent) {
const auto old_parent = GetParent();
parent_ = parent;