mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Remove redundant header
This commit is contained in:
parent
f8725e5f37
commit
e01acb4a80
1 changed files with 0 additions and 12 deletions
|
|
@ -46,18 +46,6 @@ public class AddonLifecycleWidget : IDataWindowWidget
|
|||
return;
|
||||
}
|
||||
|
||||
if (ImGui.CollapsingHeader("Listeners"u8))
|
||||
{
|
||||
ImGui.Indent();
|
||||
this.DrawEventListeners();
|
||||
ImGui.Unindent();
|
||||
}
|
||||
}
|
||||
|
||||
private void DrawEventListeners()
|
||||
{
|
||||
if (!this.Ready) return;
|
||||
|
||||
foreach (var (eventType, addonListeners) in this.AddonLifecycle.EventListeners)
|
||||
{
|
||||
using var eventId = ImRaii.PushId(eventType.ToString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue