mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-28 16:11:38 +00:00
Qt/Config: Remove unused members
This commit is contained in:
parent
7a51b0bcec
commit
27924a1e2e
@ -25,26 +25,5 @@ private:
|
|||||||
void SaveSettings() override;
|
void SaveSettings() override;
|
||||||
void CreateMainLayout();
|
void CreateMainLayout();
|
||||||
|
|
||||||
// Main
|
|
||||||
QHBoxLayout* m_main_layout;
|
QHBoxLayout* m_main_layout;
|
||||||
|
|
||||||
// Buttons
|
|
||||||
QGroupBox* m_buttons_box;
|
|
||||||
QFormLayout* m_buttons_layout;
|
|
||||||
|
|
||||||
// Control Stick
|
|
||||||
QGroupBox* m_controlstick_box;
|
|
||||||
QFormLayout* m_controlstick_layout;
|
|
||||||
|
|
||||||
// C Stick
|
|
||||||
QGroupBox* m_cstick_box;
|
|
||||||
QFormLayout* m_cstick_layout;
|
|
||||||
|
|
||||||
// Triggers
|
|
||||||
QGroupBox* m_triggers_box;
|
|
||||||
QFormLayout* m_triggers_layout;
|
|
||||||
|
|
||||||
// D-Pad
|
|
||||||
QGroupBox* m_dpad_box;
|
|
||||||
QFormLayout* m_dpad_layout;
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user