From a3eb92d1b6c41b07adce1dada1aa7cc3c320d9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 24 Feb 2024 19:24:49 -0800 Subject: [PATCH] Cleanup. --- tools/texturev/texturev.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 4c7532186..8516e8e5c 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -1884,7 +1884,6 @@ int _main_(int _argc, char** _argv) if (ImGui::BeginChild("##file_list", ImVec2(0.0f, 0.0f) ) ) { ImGui::PushFont(ImGui::Font::Mono); - const float itemHeight = ImGui::GetTextLineHeightWithSpacing(); const float listHeight = bx::max(1.0f, bx::floor(ImGui::GetWindowHeight()/itemHeight) ) * itemHeight