Skip to content
Snippets Groups Projects
Commit 70ea3223 authored by Haakon Gunleiksrud's avatar Haakon Gunleiksrud
Browse files

#65 Removes an unused Label.

parent 9b93de83
Branches
No related tags found
1 merge request!62Resolve "Reset methods functionality"
...@@ -33,7 +33,6 @@ public class CreateJoinTournamentState extends State { ...@@ -33,7 +33,6 @@ public class CreateJoinTournamentState extends State {
private Label gameNameText = new Label("Multiplayer", skin, "big"); private Label gameNameText = new Label("Multiplayer", skin, "big");
private Label stateTitleText = new Label("Currently playing", skin, "big"); private Label stateTitleText = new Label("Currently playing", skin, "big");
private Label joinTournamentFeedbackLabel = new Label("", skin);
private CheckBox includeCheckBox; private CheckBox includeCheckBox;
public Label tournamentFeedbackLabel = new Label("", skin); public Label tournamentFeedbackLabel = new Label("", skin);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment