diff options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/main.h | 3 |
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 | ||
| 45 | std::vector<std::unique_ptr<DevicePoller>> GetPollers(DeviceType type); | ||
| 46 | } // namespace Polling | 43 | } // namespace Polling |
| 47 | 44 | ||
| 48 | class GCAnalogFactory; | 45 | class GCAnalogFactory; |