From 9715db096c2e8e47da92b653e6308a98604476ce Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Thu, 18 Apr 2024 16:08:50 +0200 Subject: [PATCH] disable remoting on demodocking --- .../hello_imgui_demodocking/hello_imgui_demodocking.main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hello_imgui_demos/hello_imgui_demodocking/hello_imgui_demodocking.main.cpp b/src/hello_imgui_demos/hello_imgui_demodocking/hello_imgui_demodocking.main.cpp index dc582eb0..2de557b1 100644 --- a/src/hello_imgui_demos/hello_imgui_demodocking/hello_imgui_demodocking.main.cpp +++ b/src/hello_imgui_demos/hello_imgui_demodocking/hello_imgui_demodocking.main.cpp @@ -793,9 +793,6 @@ int main(int, char**) //runnerParams.platformBackendType = HelloImGui::PlatformBackendType::Sdl; //runnerParams.rendererBackendType = HelloImGui::RendererBackendType::Vulkan; - runnerParams.remoteParams.enableRemoting = true; - runnerParams.remoteParams.transmitWindowSize = true; - HelloImGui::Run(runnerParams); // Note: with ImGuiBundle, it is also possible to use ImmApp::Run(...) return 0;