UI: Fix crash when opening transition Properties dialog

Crash was introduced in ae4797f8cc. It seems with that change, this
function call is no longer necessary.
This commit is contained in:
Matt Gajownik 2022-01-11 18:22:15 +11:00
parent 046d98d871
commit ffc55b2d3a

View file

@ -115,7 +115,6 @@ OBSBasicProperties::OBSBasicProperties(QWidget *parent, OBSSource source_)
layout()->addWidget(windowSplitter);
if (type == OBS_SOURCE_TYPE_TRANSITION) {
AddPreviewButton();
connect(view, SIGNAL(PropertiesRefreshed()), this,
SLOT(AddPreviewButton()));
}