diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-10 14:13:42 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-10 14:13:42 +0100 |
commit | 55f245cb5cbd1cba54e0dc5f0cbceaf3f526c8b1 (patch) | |
tree | 3340f58ef8cff69760b4c1bdd78a4851083a204b /src/crepe/Component.h | |
parent | aae80a630f826bede3dd9286e4e200b05d8f5f7e (diff) |
process feedback on #60
Diffstat (limited to 'src/crepe/Component.h')
-rw-r--r-- | src/crepe/Component.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/Component.h b/src/crepe/Component.h index 060ff00..eff5a58 100644 --- a/src/crepe/Component.h +++ b/src/crepe/Component.h @@ -50,8 +50,6 @@ public: * \return The maximum number of instances for this component */ virtual int get_instances_max() const { return -1; } - //! Only ComponentManager needs to know the max instance count - friend class ComponentManager; }; } // namespace crepe |