UI: Remove unused uppercase format string

This commit is contained in:
derrod 2023-04-03 14:51:06 +02:00 committed by Rodney
parent 57e6053c81
commit 288dfd2660

View file

@ -5701,7 +5701,6 @@ static void DisableIncompatibleSimpleCodecs(QComboBox *cbox,
{
/* Unlike in advanced mode the available simple mode encoders are
* hardcoded, so this check is also a simpler, hardcoded one. */
QString formatUpper = QString(format).toUpper();
QString encoder = cbox->currentData().toString();
bool currentCompatible = true;