Commit 13e18cd4 authored by SomeoneSerge's avatar SomeoneSerge
Browse files

imgui: drop unused variables

parent 7e7fc22d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
  IMGUI_FREETYPE ? false,
  IMGUI_FREETYPE_LUNASVG ? false,
  IMGUI_USE_WCHAR32 ? false,
}@args:
}:
let
  vcpkgRevs.postSdl3 = lib.versionAtLeast vcpkg.version "2025.03.19";
  vcpkgRevs.others = !vcpkgRevs.postSdl3;