aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/BehaviorScript.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-16 13:21:53 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-16 13:21:53 +0100
commit572741fc845f430d225a4611a94aae7a2a544d12 (patch)
treedacc9296db5a570bbe12fe7cbc494732dc86dcd4 /src/crepe/api/BehaviorScript.h
parentfdd5c471dffd4a204a91e8d1d70567fa56ea29a5 (diff)
final touchups for #26
Diffstat (limited to 'src/crepe/api/BehaviorScript.h')
-rw-r--r--src/crepe/api/BehaviorScript.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crepe/api/BehaviorScript.h b/src/crepe/api/BehaviorScript.h
index 1a8910d..f7d484a 100644
--- a/src/crepe/api/BehaviorScript.h
+++ b/src/crepe/api/BehaviorScript.h
@@ -26,9 +26,6 @@ protected:
friend class ComponentManager;
public:
- ~BehaviorScript() = default;
-
-public:
/**
* \brief Set the concrete script of this component
*