From 00b84ef1485204e03395e7c90634bc7de16cd9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 10 Nov 2020 14:57:44 +0100 Subject: comments and cleanup --- labb4/GameState.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'labb4/GameState.cpp') 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; -- cgit v1.2.1