mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Qt2: remove unused variables
This commit is contained in:
parent
4d0f458f2f
commit
599774aacc
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue