summaryrefslogtreecommitdiffstats
path: root/labb4/GameState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'labb4/GameState.cpp')
-rw-r--r--labb4/GameState.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/labb4/GameState.cpp b/labb4/GameState.cpp
index 47842a1..f9f5c72 100644
--- a/labb4/GameState.cpp
+++ b/labb4/GameState.cpp
@@ -27,8 +27,6 @@ GameState::GameState(const GameState &other) {
hero = other.hero;
}
-/*
-*/
GameState::~GameState() {
for (const auto &robot : robots) {
delete robot;