summaryrefslogtreecommitdiff
path: root/src/input_common/touch_from_button.h
diff options
context:
space:
mode:
authorGravatar FearlessTobi2020-08-30 00:07:38 +0200
committerGravatar FearlessTobi2020-08-30 00:43:25 +0200
commitd1e1ea0fef0ddfe914f14a2d547b922b71081695 (patch)
tree5109a1542775eb682e84fa2cc1f3bff160a01759 /src/input_common/touch_from_button.h
parentReolve reorder warning (diff)
downloadyuzu-d1e1ea0fef0ddfe914f14a2d547b922b71081695.tar.gz
yuzu-d1e1ea0fef0ddfe914f14a2d547b922b71081695.tar.xz
yuzu-d1e1ea0fef0ddfe914f14a2d547b922b71081695.zip
Address second batch of reviews
Diffstat (limited to 'src/input_common/touch_from_button.h')
-rw-r--r--src/input_common/touch_from_button.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_common/touch_from_button.h b/src/input_common/touch_from_button.h
index cfb82f108..8b4d1aa96 100644
--- a/src/input_common/touch_from_button.h
+++ b/src/input_common/touch_from_button.h
@@ -5,7 +5,6 @@
5#pragma once 5#pragma once
6 6
7#include <memory> 7#include <memory>
8#include "core/frontend/framebuffer_layout.h"
9#include "core/frontend/input.h" 8#include "core/frontend/input.h"
10 9
11namespace InputCommon { 10namespace InputCommon {
@@ -17,7 +16,6 @@ class TouchFromButtonFactory final : public Input::Factory<Input::TouchDevice> {
17public: 16public:
18 /** 17 /**
19 * Creates a touch device from a list of button devices 18 * Creates a touch device from a list of button devices
20 * @param unused
21 */ 19 */
22 std::unique_ptr<Input::TouchDevice> Create(const Common::ParamPackage& params) override; 20 std::unique_ptr<Input::TouchDevice> Create(const Common::ParamPackage& params) override;
23}; 21};