From 988e8b8f8276f5b06cf1dc1383e71505241d92fd Mon Sep 17 00:00:00 2001 From: Glorou Date: Sun, 15 Feb 2026 14:23:54 -0500 Subject: [PATCH] Small tweaks --- .../Dalamud.Bindings.ImGuizmo/Custom/Style.cs | 26 ------------------- 1 file changed, 26 deletions(-) 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); - } - } }