From 2ff28e1127a82610d9402c90f7a2d1c1c7a19b6f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 13 Feb 2018 20:03:16 +0000 Subject: [entity] Fixing builds too --- yage/entity/space.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'yage/entity/space.h') diff --git a/yage/entity/space.h b/yage/entity/space.h index e69df37a..96154ffc 100644 --- a/yage/entity/space.h +++ b/yage/entity/space.h @@ -16,8 +16,6 @@ namespace yage { -class System; - /** * Space that keeps track of all the entities, componenets and runs the systems * on the data to update them. There can be multiple instances of a space, which @@ -47,7 +45,6 @@ private: * component. These are specific to the Space, as other spaces might have * different Systems and not act on the same entities. */ - std::vector systems_; /** * Manages all the entities in the system, can create them for the current -- cgit