From 1248f3ae87a04f6c1c1808e7dcbf8abb268eeed4 Mon Sep 17 00:00:00 2001 From: Autumn Ashton Date: Wed, 15 Jan 2025 05:01:51 +0000 Subject: [PATCH] steamcompmgr: Fix warning --- src/steamcompmgr.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 7180b2d0a..3b26f3919 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -7770,6 +7770,7 @@ steamcompmgr_main(int argc, char **argv) s_eLastVirtualConnectorStrategy = eVirtualConnectorStrategy; } +#if 0 bool bDirtyFocuses = false; for ( auto &iter : g_VirtualConnectorFocuses ) { @@ -7780,6 +7781,7 @@ steamcompmgr_main(int argc, char **argv) break; } } +#endif // XXX: Need to look into why this doesn't work. // if ( bDirtyFocuses )