diff --git a/MLEM.Ui/UiSystem.cs b/MLEM.Ui/UiSystem.cs index e5f6f1a..bc99c33 100644 --- a/MLEM.Ui/UiSystem.cs +++ b/MLEM.Ui/UiSystem.cs @@ -249,15 +249,5 @@ namespace MLEM.Ui { this.System.OnSelectedElementChanged?.Invoke(element); } - [Obsolete("Use the Priority property for greater control")] - public void MoveToFront() { - this.Priority = 10000; - } - - [Obsolete("Use the Priority property for greater control")] - public void MoveToBack() { - this.Priority = -10000; - } - } } \ No newline at end of file