UI: Fix unused variable warning on non-windows

This commit is contained in:
gxalpha 2022-01-28 23:52:18 +01:00 committed by Matt Gajownik
parent ba875377d0
commit 9c51b70dd0

View file

@ -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
}