UI: Remove obs_source_add and sourceSceneRefs variable

Prunes code used to workaround libobs "user sources" (such as
sourceSceneRefs) and instead simply holds its own references and saves
sources it chooses with obs_save_sources_filtered.
This commit is contained in:
jp9000
2015-12-05 05:58:05 -08:00
parent e3795a2187
commit 3c83be374e
4 changed files with 36 additions and 95 deletions

View File

@@ -133,8 +133,6 @@ bool AddNew(QWidget *parent, const char *id, const char *name,
id, name, NULL, nullptr);
if (source) {
obs_add_source(source);
AddSourceData data;
data.source = source;
data.visible = visible;