UI: Remove unneeded call when removing scene

This commit is contained in:
gxalpha 2021-12-20 20:14:33 +01:00 committed by Jim
parent f52c05081a
commit 29b8df97a6

View File

@ -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;
}