Qt/Mapping: Remove iterative input

This commit is contained in:
spycrab
2019-04-23 22:10:17 +02:00
parent 2abe333ce9
commit 7f861f095a
5 changed files with 0 additions and 42 deletions

View File

@ -16,7 +16,6 @@ class EmulatedController;
}
class InputConfig;
class QCheckBox;
class QComboBox;
class QDialogButtonBox;
class QEvent;
@ -50,7 +49,6 @@ public:
int GetPort() const;
ControllerEmu::EmulatedController* GetController() const;
bool IsIterativeInput() const;
bool IsMappingAllDevices() const;
signals:
@ -83,7 +81,6 @@ private:
ControllerEmu::EmulatedController* m_controller = nullptr;
// Main
QCheckBox* m_iterative_input;
QVBoxLayout* m_main_layout;
QHBoxLayout* m_config_layout;
QDialogButtonBox* m_button_box;