aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_touch_from_button.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-09-20 19:47:45 -0500
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-24 20:30:23 -0600
commitc405a19b73fa1e084918a2d39336363cd0f8b567 (patch)
tree914051d695b4473aa355cad62c8cc50d12f9e68d /src/yuzu/configuration/configure_touch_from_button.h
parent967cca10ff5721cc942f557c3e0a20c07f5aa45e (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.h5
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;