mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
Remove unused method in Bowling.java.
This commit is contained in:
@@ -256,10 +256,6 @@ public class Bowling {
|
||||
} // End outer while loop
|
||||
|
||||
} // End of method startGame
|
||||
|
||||
public void printBoard(int[] board) {
|
||||
|
||||
} // End of method printBoard
|
||||
|
||||
public static void printRules() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user