removed unused variable from the old mainui

This commit is contained in:
xPumaa
2022-08-05 11:54:05 +02:00
parent 07bad0881e
commit 39d956304e

View File

@@ -606,7 +606,5 @@ namespace MareSynchronos.UI
_uiShared.EditTrackerPosition = false; _uiShared.EditTrackerPosition = false;
base.OnClose(); base.OnClose();
} }
private string _tempNameUID = string.Empty;
} }
} }