diff --git a/Pow3r/Program.OpenGL.cs b/Pow3r/Program.OpenGL.cs index 790165e96f..1e4298e4bc 100644 --- a/Pow3r/Program.OpenGL.cs +++ b/Pow3r/Program.OpenGL.cs @@ -26,7 +26,6 @@ namespace Pow3r BlendingFactorSrc.One, BlendingFactorDest.OneMinusSrcAlpha); - var io = ImGui.GetIO(); io.Fonts.GetTexDataAsRGBA32(out byte* pixels, out var width, out var height, out _);