diff options
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/GameObject.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/crepe/api/GameObject.h b/src/crepe/api/GameObject.h index c66da3d..043913a 100644 --- a/src/crepe/api/GameObject.h +++ b/src/crepe/api/GameObject.h @@ -37,13 +37,6 @@ private: //! ComponentManager instances GameObject friend class ComponentManager; -protected: - GameObject(GameObject &&) = default; - - GameObject(const GameObject &) = delete; - GameObject & operator=(const GameObject &) = delete; - GameObject & operator=(GameObject &&) = delete; - public: //! The id of the GameObject const game_object_id_t id; |