mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt2: remove unused variables
This commit is contained in:
@ -52,7 +52,6 @@ void InterfacePane::CreateUI()
|
||||
combobox_layout->addRow(tr("&Language:"), m_combobox_language);
|
||||
|
||||
// Theme Combobox
|
||||
auto* theme_layout = new QFormLayout;
|
||||
m_combobox_theme = new QComboBox;
|
||||
m_combobox_theme->setMaximumWidth(300);
|
||||
combobox_layout->addRow(tr("&Theme:"), m_combobox_theme);
|
||||
|
Reference in New Issue
Block a user