mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
remove these obsolete methods
This commit is contained in:
parent
c209078661
commit
e635f23c1b
1 changed files with 0 additions and 10 deletions
|
@ -249,15 +249,5 @@ namespace MLEM.Ui {
|
||||||
this.System.OnSelectedElementChanged?.Invoke(element);
|
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue