mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 00:07:49 +01:00
comment unused method
This commit is contained in:
parent
6f886d4604
commit
dd92824361
1 changed files with 14 additions and 14 deletions
|
|
@ -220,20 +220,20 @@ namespace Dalamud.Interface.Windowing
|
||||||
ImGui.PopID();
|
ImGui.PopID();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CheckState()
|
// private void CheckState()
|
||||||
{
|
// {
|
||||||
if (this.internalLastIsOpen != this.internalIsOpen)
|
// if (this.internalLastIsOpen != this.internalIsOpen)
|
||||||
{
|
// {
|
||||||
if (this.internalIsOpen)
|
// if (this.internalIsOpen)
|
||||||
{
|
// {
|
||||||
this.OnOpen();
|
// this.OnOpen();
|
||||||
}
|
// }
|
||||||
else
|
// else
|
||||||
{
|
// {
|
||||||
this.OnClose();
|
// this.OnClose();
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
private void ApplyConditionals()
|
private void ApplyConditionals()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue