mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +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) {
|
foreach (var trackedHook in HookInfo.TrackedHooks) {
|
||||||
try {
|
try {
|
||||||
if (!this.showDalamudHooks && trackedHook.Assembly == Assembly.GetExecutingAssembly()) continue;
|
if (!this.showDalamudHooks && trackedHook.Assembly == Assembly.GetExecutingAssembly()) continue;
|
||||||
|
|
||||||
|
|
||||||
ImGui.Text($"{trackedHook.Delegate.Target} :: {trackedHook.Delegate.Method.Name}");
|
ImGui.Text($"{trackedHook.Delegate.Target} :: {trackedHook.Delegate.Method.Name}");
|
||||||
ImGui.TextDisabled(trackedHook.Assembly.FullName);
|
ImGui.TextDisabled(trackedHook.Assembly.FullName);
|
||||||
|
|
@ -188,8 +187,6 @@ namespace Dalamud.Interface {
|
||||||
HookInfo.TrackedHooks.RemoveAll(h => h.Hook.IsDisposed);
|
HookInfo.TrackedHooks.RemoveAll(h => h.Hook.IsDisposed);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ImGui.EndTabBar();
|
ImGui.EndTabBar();
|
||||||
|
|
||||||
ImGui.End();
|
ImGui.End();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue