UI: Remove warning when using separate QSV encoders

The ability to use multiple separate QSV encoders was added in Pull
Request #1341 (commit 3a08e858a6).
This error message was left in place, so let's remove it now.
This commit is contained in:
Ryan Foster
2018-08-17 23:32:18 -04:00
parent 415b8a3197
commit e7a961e0c3
2 changed files with 0 additions and 7 deletions

View File

@@ -4319,12 +4319,6 @@ void OBSBasicSettings::SimpleRecordingEncoderChanged()
warning += "\n\n";
warning += SIMPLE_OUTPUT_WARNING("Encoder");
}
if (streamEnc == enc && enc == SIMPLE_ENCODER_QSV) {
if (!warning.isEmpty())
warning += "\n\n";
warning += SIMPLE_OUTPUT_WARNING("MultipleQSV");
}
}
if (ui->simpleOutRecFormat->currentText().compare("mp4") == 0) {