Reduce warnings: remove unused variables (#6499)

Removed unused variables
This commit is contained in:
Vovodroid
2024-08-22 19:02:58 +03:00
committed by GitHub
parent c6065d54fc
commit 2eb1adb719
18 changed files with 21 additions and 32 deletions

View File

@@ -8434,7 +8434,6 @@ void GLCanvas3D::_render_assemble_info() const
auto canvas_h = float(get_canvas_size().get_height());
float space_size = imgui->get_style_scaling() * 8.0f;
float caption_max = imgui->calc_text_size(_L("Total Volume:")).x + 3 * space_size;
char buf[3][64];
ImGuiIO& io = ImGui::GetIO();
ImFont* font = io.Fonts->Fonts[0];