Skip to content
Snippets Groups Projects
Commit 4b9b203c authored by Lioncash's avatar Lioncash
Browse files

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.
parent 45b73ba8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment