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();
}
private void CheckState()
{
if (this.internalLastIsOpen != this.internalIsOpen)
{
if (this.internalIsOpen)
{
this.OnOpen();
}
else
{
this.OnClose();
}
}
}
// private void CheckState()
// {
// if (this.internalLastIsOpen != this.internalIsOpen)
// {
// if (this.internalIsOpen)
// {
// this.OnOpen();
// }
// else
// {
// this.OnClose();
// }
// }
// }
private void ApplyConditionals()
{