fix build

This commit is contained in:
CamilleLaVey 2026-02-01 22:19:03 -04:00
parent ad71860407
commit 26c4656473
1 changed files with 0 additions and 1 deletions

View File

@ -744,7 +744,6 @@ std::unique_ptr<ComboboxTranslationMap> ComboboxEnumeration(QObject* parent)
translations->insert({Settings::EnumMetadata<Settings::ExtendedDynamicState>::Index(),
{
PAIR(ExtendedDynamicState, Static, tr("Static")),
PAIR(ExtendedDynamicState, Core, tr("Core")),
PAIR(ExtendedDynamicState, EDS1, tr("ExtendedDynamicState 1")),
PAIR(ExtendedDynamicState, EDS2, tr("ExtendedDynamicState 2")),