summaryrefslogtreecommitdiff
path: root/src/input_common
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common')
-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:
40 */ 40 */
41 virtual Common::ParamPackage GetNextInput() = 0; 41 virtual Common::ParamPackage GetNextInput() = 0;
42}; 42};
43
44// Get all DevicePoller from all backends for a specific device type
45std::vector<std::unique_ptr<DevicePoller>> GetPollers(DeviceType type);
46} // namespace Polling 43} // namespace Polling
47 44
48class GCAnalogFactory; 45class GCAnalogFactory;