From 2446671f7ab832cca5e0412ae0301b901e0b69d5 Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Tue, 24 May 2011 01:51:49 +0200 Subject: Cleaned up RoundControl tests git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@260 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/model/IGameSettings.java | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/jrummikub/model/IGameSettings.java (limited to 'src/jrummikub/model/IGameSettings.java') diff --git a/src/jrummikub/model/IGameSettings.java b/src/jrummikub/model/IGameSettings.java deleted file mode 100644 index 68e801a..0000000 --- a/src/jrummikub/model/IGameSettings.java +++ /dev/null @@ -1,29 +0,0 @@ -package jrummikub.model; - -import java.util.List; - -public interface IGameSettings { - - /** - * Returns the list containing the settings of all players - * - * @return the player settings list - */ - public List getPlayerList(); - - /** - * Sets the initial meld threshold - * - * @param value - * the value to set - */ - public void setInitialMeldThreshold(int value); - - /** - * Returns the initial meld threshold - * - * @return the threshold - */ - public int getInitialMeldThreshold(); - -} \ No newline at end of file -- cgit v1.2.3