From: Erik V. <ev...@us...> - 2008-11-15 21:22:53
|
Update of /cvsroot/rails/18xx/rails/game In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31438/rails/game Modified Files: Tile.java Log Message: Removed dead code Index: Tile.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/Tile.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Tile.java 15 Nov 2008 13:41:11 -0000 1.21 --- Tile.java 15 Nov 2008 21:22:50 -0000 1.22 *************** *** 185,193 **** } } - /* - * if (stations != null) { for (Station station : stations) { List<Track> - * tt = tracksPerStation.get(station); if (tt == null) continue; // TODO - * Put tracks into stations? } } - */ /* External (printed) id */ --- 185,188 ---- *************** *** 324,336 **** /** - * Is the tile layable now (in the current phase)? - * - * @return - */ - // public boolean isLayableNow() { - // return GameManager.getInstance().getCurrentPhase().isTileColourAllowed(colourName); - //} - - /** * Get the valid upgrades if this tile on a certain hex (restrictions per * hex have not yet been implemented). --- 319,322 ---- |