From 572741fc845f430d225a4611a94aae7a2a544d12 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 16 Nov 2024 13:21:53 +0100 Subject: final touchups for #26 --- src/crepe/api/BehaviorScript.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/crepe/api') 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 @@ -25,9 +25,6 @@ protected: //! Only ComponentManager is allowed to instantiate BehaviorScript friend class ComponentManager; -public: - ~BehaviorScript() = default; - public: /** * \brief Set the concrete script of this component -- cgit v1.2.3