1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-28 19:13:38 +02:00

remove these obsolete methods

This commit is contained in:
Ellpeck 2020-01-30 14:05:36 +01:00
parent c209078661
commit e635f23c1b

View file

@ -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;
}
}
}