Removed (fxml) table view and its table column from lobby controller because the table view is removed from LobbyView.fxml

#story[988]
This commit is contained in:
Zhi You Tan
2017-07-14 18:27:54 +12:00
parent e03e8825b2
commit f84091e54e
@@ -24,14 +24,6 @@ public class LobbyController {
private GridPane lobbyScreen; private GridPane lobbyScreen;
@FXML @FXML
private Text lobbyIpText; private Text lobbyIpText;
@FXML
private TableView lobbyTable;
@FXML
private TableColumn ipTableColumn;
@FXML
private TableColumn colourTableColumn;
@FXML
private TableColumn readyTableColumn;
private GameServerThread gameServerThread; private GameServerThread gameServerThread;