From 5c7812a8b93cc792e0571c87af492bf55de8a044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Tue, 10 Mar 2026 10:19:31 +0100 Subject: [PATCH] removed io void conversion since imgui gui is in use later this lines purpose was to make the warning go away that said imgui io is not in use --- SakuraVNE/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SakuraVNE/src/Application.cpp b/SakuraVNE/src/Application.cpp index f7a21b4..d4fd533 100644 --- a/SakuraVNE/src/Application.cpp +++ b/SakuraVNE/src/Application.cpp @@ -62,7 +62,6 @@ bool Application::Init() { ImGui::CreateContext(); ImGuiIO &io = ImGui::GetIO(); - (void)io; io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; ImGui::StyleColorsDark();