mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-10 17:50:28 -04:00
UI: Fix unused parameter warning
This commit is contained in:
@@ -3680,6 +3680,8 @@ void OBSBasic::DuplicateSelectedScene()
|
||||
static bool save_undo_source_enum(obs_scene_t *scene, obs_sceneitem_t *item,
|
||||
void *p)
|
||||
{
|
||||
UNUSED_PARAMETER(scene);
|
||||
|
||||
obs_source_t *source = obs_sceneitem_get_source(item);
|
||||
if (obs_obj_is_private(source) && !obs_source_removed(source))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user