UI: Remove unused/nonexistent signal/slot connections

This commit is contained in:
Matt Gajownik
2021-11-26 17:28:34 +11:00
parent a33c5c6be1
commit a150fe7573
2 changed files with 0 additions and 5 deletions

View File

@@ -129,9 +129,6 @@ OBSBasicAdvAudio::OBSBasicAdvAudio(QWidget *parent)
setAttribute(Qt::WA_DeleteOnClose, true);
setContextMenuPolicy(Qt::CustomContextMenu);
connect(this, SIGNAL(customContextMenuRequested(const QPoint &)), this,
SLOT(ShowContextMenu(const QPoint &)));
}
OBSBasicAdvAudio::~OBSBasicAdvAudio()