From 10f91ca46444794970fc8703f5aff5494e97893b Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Mon, 27 May 2024 23:03:24 +0200 Subject: [PATCH] Revert "Fixed linker errors of imgui backend on windows" This reverts commit 378be743f8737f32fb724419beae3dc15ddd5463. --- examples/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/main.cpp b/examples/main.cpp index 6898890..acc1b76 100644 --- a/examples/main.cpp +++ b/examples/main.cpp @@ -7,11 +7,6 @@ #include "Host/GraphicsAppManager.hpp" #include "ExampleApps/CubesExampleApp.hpp" -// NOTE(vb): I couldn't find a way of linking with imgui_glfw using CMake -#ifdef _WIN32 -# include "backends/imgui_impl_glfw.cpp" -#endif - using namespace OpenVulkano; int main(int argc, char** argv)