Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit ca95b05

Browse files
remove unused var
1 parent 7c5487e commit ca95b05

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Scripts/Msc/UIPopupCreateLobby.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ public class UIPopupCreateLobby : WindowDialog
2929
private LineEdit NumPingChecks { get; set; }
3030
private CheckBox NumPingChecksEnabled { get; set; }
3131

32-
private Dictionary<string, string> Feedback = new Dictionary<string, string>();
33-
3432
public override void _Ready()
3533
{
3634
InputTitle = GetNode<LineEdit>(NodePathInputTitle);

0 commit comments

Comments
 (0)