aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/Component.cpp')
-rw-r--r--src/crepe/Component.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/Component.cpp b/src/crepe/Component.cpp
index d14159c..bce90f1 100644
--- a/src/crepe/Component.cpp
+++ b/src/crepe/Component.cpp
@@ -1,5 +1,3 @@
#include "Component.h"
using namespace crepe;
-
-Component::Component() : active(true) {}