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();