aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Component.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-10 14:13:42 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-10 14:13:42 +0100
commit55f245cb5cbd1cba54e0dc5f0cbceaf3f526c8b1 (patch)
tree3340f58ef8cff69760b4c1bdd78a4851083a204b /src/crepe/Component.h
parentaae80a630f826bede3dd9286e4e200b05d8f5f7e (diff)
process feedback on #60
Diffstat (limited to 'src/crepe/Component.h')
-rw-r--r--src/crepe/Component.h2
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