Skip to content

Commit cd5873e

Browse files
jpark37jp9000
authored andcommitted
UI: Fix unused parameter warning
1 parent ef2b1eb commit cd5873e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UI/window-basic-main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3680,6 +3680,8 @@ void OBSBasic::DuplicateSelectedScene()
36803680
static bool save_undo_source_enum(obs_scene_t *scene, obs_sceneitem_t *item,
36813681
void *p)
36823682
{
3683+
UNUSED_PARAMETER(scene);
3684+
36833685
obs_source_t *source = obs_sceneitem_get_source(item);
36843686
if (obs_obj_is_private(source) && !obs_source_removed(source))
36853687
return true;

0 commit comments

Comments
 (0)