plugins: Cleanup unused-parameters

- Remove unnecessary UNUSED_PARAMETER
- Add OBS_UNUSED attribute to unused parameters
- Also removes unused variables
This commit is contained in:
Norihiro Kamae
2022-07-15 16:54:01 +09:00
committed by Ryan Foster
parent 4ca0273a57
commit 7e3656ab33
21 changed files with 2 additions and 41 deletions

View File

@@ -917,7 +917,6 @@ static void replay_buffer_hotkey(void *data, obs_hotkey_id id,
{
UNUSED_PARAMETER(id);
UNUSED_PARAMETER(hotkey);
UNUSED_PARAMETER(pressed);
if (!pressed)
return;