summaryrefslogtreecommitdiffstats
path: root/scene/gui/panel.cpp
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2020-12-11 15:54:03 +0100
committerTomasz Chabora <kobewi4e@gmail.com>2020-12-11 18:20:03 +0100
commit31cb04fbdda17b1321504faa0f1e2b2c510be7e5 (patch)
tree5c86701926efb2e60f394d2a31f2d985117b74d5 /scene/gui/panel.cpp
parent146316c4413004a1062e559f092dd30456e9bc93 (diff)
downloadredot-engine-31cb04fbdda17b1321504faa0f1e2b2c510be7e5.tar.gz
Move initialization of some classes to headers
Diffstat (limited to 'scene/gui/panel.cpp')
-rw-r--r--scene/gui/panel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/gui/panel.cpp b/scene/gui/panel.cpp
index acbb6d7ab5..28cc056d6e 100644
--- a/scene/gui/panel.cpp
+++ b/scene/gui/panel.cpp
@@ -63,6 +63,3 @@ Panel::Panel() {
// Has visible stylebox, so stop by default.
set_mouse_filter(MOUSE_FILTER_STOP);
}
-
-Panel::~Panel() {
-}