Small tweaks

This commit is contained in:
Glorou 2026-02-15 14:23:54 -05:00
parent 41b2780075
commit 988e8b8f82

View file

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