UI: Remove unnecessary UNUSED_PARAMETER

This commit is contained in:
Norihiro Kamae
2022-07-19 02:32:22 +09:00
committed by Ryan Foster
parent af3890a4a9
commit 4ca0273a57
3 changed files with 0 additions and 8 deletions

View File

@@ -1852,7 +1852,6 @@ bool OBSBasicPreview::DrawSelectedItem(obs_scene_t *scene,
GS_DEBUG_MARKER_END();
UNUSED_PARAMETER(scene);
UNUSED_PARAMETER(param);
return true;
}