DolphinQt: Cleanup after moving CPU Emulation Engine to Advanced tab

This commit is contained in:
JosJuice
2019-10-22 20:54:01 +02:00
parent 6282b0d83e
commit 95c4423f4c
2 changed files with 1 additions and 10 deletions

View File

@ -30,7 +30,6 @@ private:
void CreateLayout();
void ConnectLayout();
void Update();
void OnEmulationStateChanged(Core::State state);
QComboBox* m_cpu_emulation_engine_combobox;
QCheckBox* m_cpu_clock_override_checkbox;