UI: Remove unneeded call when removing scene
This commit is contained in:
parent
f52c05081a
commit
29b8df97a6
@ -3799,8 +3799,6 @@ void OBSBasic::RemoveSelectedScene()
|
||||
OBSScene scene = GetCurrentScene();
|
||||
obs_source_t *source = obs_scene_get_source(scene);
|
||||
|
||||
OBSSource curProgramScene = OBSGetStrongRef(programScene);
|
||||
|
||||
if (!source || !QueryRemoveSource(source)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user