From 73f01495f2d2ed59798f293be236c3d7437260e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bokros=20B=C3=A1lint?= Date: Sat, 14 May 2016 13:07:27 +0200 Subject: [PATCH] Removed unnecessary proxy method --- cicaprojekt/Game.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cicaprojekt/Game.java b/cicaprojekt/Game.java index 07eb9c9..d6d6c07 100644 --- a/cicaprojekt/Game.java +++ b/cicaprojekt/Game.java @@ -58,10 +58,6 @@ public class Game { this.display = display; } - public void allZPMsCollected(GameoverCause cause) { - this.stopGame(cause); - } - public void startGame(File dungeonFile) throws IOException { Stargate.init();