Browse Source

UI: Remove unused uppercase format string

derrod 2 years ago
parent
commit
288dfd2660
1 changed files with 0 additions and 1 deletions
  1. 0 1
      UI/window-basic-settings.cpp

+ 0 - 1
UI/window-basic-settings.cpp

@@ -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;