summaryrefslogtreecommitdiff
path: root/src/input_common/main.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-08-28 19:11:14 -0400
committerLioncash <mathew1800@gmail.com>2020-08-28 19:11:17 -0400
commit4b9b203c09e2cfb3405bb44b7ac266b91b90c837 (patch)
tree3bd9678020eb508957237964965c0e71401f8844 /src/input_common/main.h
parent45b73ba840411fa61c75e6fe954b9a46ca5d59b6 (diff)
input_common/main: Remove unimplemented prototype
I forgot to remove this in the rebase when removing most of the global variables within the input common codebase.
Diffstat (limited to 'src/input_common/main.h')
-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;