Skip to content

Commit

Permalink
steamcompmgr: Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Jan 15, 2025
1 parent 10509c5 commit 1248f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/steamcompmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7770,6 +7770,7 @@ steamcompmgr_main(int argc, char **argv)
s_eLastVirtualConnectorStrategy = eVirtualConnectorStrategy;
}

#if 0
bool bDirtyFocuses = false;
for ( auto &iter : g_VirtualConnectorFocuses )
{
Expand All @@ -7780,6 +7781,7 @@ steamcompmgr_main(int argc, char **argv)
break;
}
}
#endif

// XXX: Need to look into why this doesn't work.
// if ( bDirtyFocuses )
Expand Down

0 comments on commit 1248f3a

Please sign in to comment.