mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +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();
|
||||
}
|
||||
|
||||
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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue