aboutsummaryrefslogtreecommitdiffstats
path: root/yage/entity/entitymanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/entity/entitymanager.h')
-rw-r--r--yage/entity/entitymanager.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/yage/entity/entitymanager.h b/yage/entity/entitymanager.h
index da125d94..85ad9051 100644
--- a/yage/entity/entitymanager.h
+++ b/yage/entity/entitymanager.h
@@ -53,19 +53,11 @@ public:
*/
unsigned createEntity();
- /**
- * Creates an Entity and returns it.
- *
- * @return The entity that was created by the entity manager in the current
- * space.
- */
- Entity createEntityInstance();
-
private:
/**
* The next available handle to give to the user.
*/
- unsigned next_handle_;
+ Entity next_entity_ = 0;
/**
* The space that the entity manager belongs to.