summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-08-29 01:11:14 +0200
committerLioncash <mathew1800@gmail.com>2020-08-29 01:11:17 +0200
commit4b9b203c09e2cfb3405bb44b7ac266b91b90c837 (patch)
tree3bd9678020eb508957237964965c0e71401f8844
parentMerge pull request #4544 from lioncash/input-sub (diff)
downloadyuzu-4b9b203c09e2cfb3405bb44b7ac266b91b90c837.tar
yuzu-4b9b203c09e2cfb3405bb44b7ac266b91b90c837.tar.gz
yuzu-4b9b203c09e2cfb3405bb44b7ac266b91b90c837.tar.bz2
yuzu-4b9b203c09e2cfb3405bb44b7ac266b91b90c837.tar.lz
yuzu-4b9b203c09e2cfb3405bb44b7ac266b91b90c837.tar.xz
yuzu-4b9b203c09e2cfb3405bb44b7ac266b91b90c837.tar.zst
yuzu-4b9b203c09e2cfb3405bb44b7ac266b91b90c837.zip
-rw-r--r--src/input_common/main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h
index f66308163..ef52983e2 100644
--- a/src/input_common/main.h
+++ b/src/input_common/main.h
@@ -40,9 +40,6 @@ public:
*/
virtual Common::ParamPackage GetNextInput() = 0;
};
-
-// Get all DevicePoller from all backends for a specific device type
-std::vector<std::unique_ptr<DevicePoller>> GetPollers(DeviceType type);
} // namespace Polling
class GCAnalogFactory;