mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
DolphinQt: Remove unused variables from AdvancedPane.h
Small oversight from #13422.
This commit is contained in:
parent
8f3483fdd4
commit
e751235574
1 changed files with 0 additions and 2 deletions
|
@ -38,7 +38,6 @@ private:
|
|||
ConfigBool* m_cpu_clock_override_checkbox;
|
||||
QSlider* m_cpu_clock_override_slider;
|
||||
QLabel* m_cpu_clock_override_slider_label;
|
||||
QLabel* m_cpu_clock_override_description;
|
||||
|
||||
ConfigBool* m_custom_rtc_checkbox;
|
||||
QDateTimeEdit* m_custom_rtc_datetime;
|
||||
|
@ -48,5 +47,4 @@ private:
|
|||
QLabel* m_mem1_override_slider_label;
|
||||
QSlider* m_mem2_override_slider;
|
||||
QLabel* m_mem2_override_slider_label;
|
||||
QLabel* m_ram_override_description;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue