From e635f23c1b3d7d05fc4f88db5f7623c426bb275c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 30 Jan 2020 14:05:36 +0100 Subject: [PATCH] remove these obsolete methods --- MLEM.Ui/UiSystem.cs | 10 ---------- 1 file changed, 10 deletions(-) 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