Remove some unneeded comments and imports
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@184 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
1f05ab9328
commit
0d405b9042
1 changed files with 0 additions and 7 deletions
|
@ -4,9 +4,6 @@ import javax.swing.UIManager;
|
|||
|
||||
import jrummikub.control.RoundControl;
|
||||
import jrummikub.model.GameState;
|
||||
import jrummikub.model.Position;
|
||||
import jrummikub.model.Stone;
|
||||
import jrummikub.model.StoneSet;
|
||||
import jrummikub.view.impl.View;
|
||||
|
||||
/**
|
||||
|
@ -31,10 +28,6 @@ public class JRummikub {
|
|||
GameState gameState = new GameState();
|
||||
View view = new View();
|
||||
|
||||
/*for (Stone stone : gameState.getGameHeap().drawStones(5)) {
|
||||
gameState.getTable().drop(new StoneSet(stone), new Position(0, 0));
|
||||
}*/
|
||||
|
||||
RoundControl roundControl = new RoundControl(gameState, view);
|
||||
roundControl.startRound();
|
||||
|
||||
|
|
Reference in a new issue