comment unused method

This commit is contained in:
Raymond 2021-09-12 20:34:35 -04:00
parent 6f886d4604
commit dd92824361

View file

@ -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()
{ {