mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Line Cleanup
This commit is contained in:
parent
850123aece
commit
480c027975
1 changed files with 0 additions and 3 deletions
|
|
@ -147,7 +147,6 @@ namespace Dalamud.Interface {
|
|||
foreach (var trackedHook in HookInfo.TrackedHooks) {
|
||||
try {
|
||||
if (!this.showDalamudHooks && trackedHook.Assembly == Assembly.GetExecutingAssembly()) continue;
|
||||
|
||||
|
||||
ImGui.Text($"{trackedHook.Delegate.Target} :: {trackedHook.Delegate.Method.Name}");
|
||||
ImGui.TextDisabled(trackedHook.Assembly.FullName);
|
||||
|
|
@ -188,8 +187,6 @@ namespace Dalamud.Interface {
|
|||
HookInfo.TrackedHooks.RemoveAll(h => h.Hook.IsDisposed);
|
||||
}
|
||||
|
||||
|
||||
|
||||
ImGui.EndTabBar();
|
||||
|
||||
ImGui.End();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue