Skip to content
Snippets Groups Projects
Commit bf72e93b authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

Removes useless TODO

parent e1a0e246
No related branches found
No related tags found
2 merge requests!21*poof* final version,!5Basic GUI
......@@ -53,7 +53,6 @@ public class ConnectionController implements Initializable {
fadeIn.playFromStart();
} else {
// User user = new User(UsernameSelectionTextField.getText());
// TODO Send connection event to all
Stage stage = (Stage) handleConfirmButton.getScene().getWindow();
Parent root = FXMLLoader.load(Main.class.getResource("/fxml/MainWindow.fxml"));
Scene scene = new Scene(root, AppConfig.APP_WIDTH, AppConfig.APP_HEIGHT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment