summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/being.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/being.cpp b/src/being.cpp
index ec12976d..3c1c6d15 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -76,10 +76,6 @@ void remove_node(unsigned int id)
{
autoTarget = NULL;
}
- if (followBeing == (*i))
- {
- followBeing = NULL;
- }
delete (*i);
beings.erase(i);
return;