diff --git a/imgui/Dalamud.Bindings.ImGuizmo/Custom/Style.cs b/imgui/Dalamud.Bindings.ImGuizmo/Custom/Style.cs
index 50183013d..d98c82c66 100644
--- a/imgui/Dalamud.Bindings.ImGuizmo/Custom/Style.cs
+++ b/imgui/Dalamud.Bindings.ImGuizmo/Custom/Style.cs
@@ -1,11 +1,3 @@
-// ------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-// ------------------------------------------------------------------------------
using System;
using System.Diagnostics;
@@ -164,16 +156,6 @@ namespace Dalamud.Bindings.ImGuizmo
}
}
}
- ///
- /// To be documented.
- ///
- public unsafe void Destroy()
- {
- fixed (Style* @this = &this)
- {
- ImGuizmo.DestroyNative(@this);
- }
- }
}
@@ -261,14 +243,6 @@ namespace Dalamud.Bindings.ImGuizmo
return new Span(&Handle->DirectionX, 15);
}
}
- ///
- /// To be documented.
- ///
- public unsafe void Destroy()
- {
- ImGuizmo.DestroyNative(Handle);
- }
-
}
}