mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-28 08:06:20 -04:00
UI: Fix unused variable warning on non-windows
This commit is contained in:
@@ -9977,7 +9977,8 @@ void OBSBasic::SetDisplayAffinity(QWindow *window)
|
||||
}
|
||||
|
||||
#else
|
||||
// TODO: Implement for other platforms if possible. Don't forget to
|
||||
// implement SetDisplayAffinitySupported too!
|
||||
// TODO: Implement for other platforms if possible. Don't forget to
|
||||
// implement SetDisplayAffinitySupported too!
|
||||
UNUSED_PARAMETER(hideFromCapture);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user