diff options
| author | german77 <juangerman-13@hotmail.com> | 2021-09-20 19:47:45 -0500 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:23 -0600 |
| commit | c405a19b73fa1e084918a2d39336363cd0f8b567 (patch) | |
| tree | 914051d695b4473aa355cad62c8cc50d12f9e68d /src/yuzu/configuration/configure_touch_from_button.h | |
| parent | 967cca10ff5721cc942f557c3e0a20c07f5aa45e (diff) | |
yuzu: Update frontend
Diffstat (limited to 'src/yuzu/configuration/configure_touch_from_button.h')
| -rw-r--r-- | src/yuzu/configuration/configure_touch_from_button.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/yuzu/configuration/configure_touch_from_button.h b/src/yuzu/configuration/configure_touch_from_button.h index d9513e3bc..e1400481a 100644 --- a/src/yuzu/configuration/configure_touch_from_button.h +++ b/src/yuzu/configuration/configure_touch_from_button.h @@ -24,10 +24,6 @@ namespace InputCommon { class InputSubsystem; } -namespace InputCommon::Polling { -class DevicePoller; -} - namespace Settings { struct TouchFromButtonMap; } @@ -85,7 +81,6 @@ private: std::unique_ptr<QTimer> timeout_timer; std::unique_ptr<QTimer> poll_timer; - std::vector<std::unique_ptr<InputCommon::Polling::DevicePoller>> device_pollers; std::optional<std::function<void(const Common::ParamPackage&, bool)>> input_setter; static constexpr int DataRoleDot = Qt::ItemDataRole::UserRole + 2; |
