mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-18 03:08:46 -05:00
UI: Remove unused uppercase format string
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user