From 9ec3ea8550f236d8ec3eaba017c141ae88c447bd Mon Sep 17 00:00:00 2001 From: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com> Date: Thu, 16 Apr 2020 17:17:18 +0300 Subject: [PATCH] Remove leftovers --- Qt/mainwindow.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Qt/mainwindow.cpp b/Qt/mainwindow.cpp index 820bdd4cc5..569c634d48 100644 --- a/Qt/mainwindow.cpp +++ b/Qt/mainwindow.cpp @@ -569,9 +569,6 @@ void MainWindow::createMenus() ->addEventChecked(&g_Config.bUseFFV1); recordMenu->add(new MenuAction(this, SLOT(useOutputBufferAct()), QT_TR_NOOP("Use output buffer for video"))) ->addEventChecked(&g_Config.bDumpVideoOutput); - /*recordGroup = new MenuActionGroup(this, recordMenu, SLOT(recordGroup_triggered(QAction *)), - QStringList() << "Record &display" << "&Use lossless video codec (FFV1)" << "Use output buffer for video", - QList() << 0 << 1 << 2);*/ recordMenu->addSeparator(); recordMenu->add(new MenuAction(this, SLOT(recordAudioAct()), QT_TR_NOOP("Record &audio"))) ->addEventChecked(&g_Config.bDumpAudio);