From 4b9b203c09e2cfb3405bb44b7ac266b91b90c837 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 28 Aug 2020 19:11:14 -0400 Subject: [PATCH] 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. --- src/input_common/main.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/input_common/main.h b/src/input_common/main.h index f66308163d..ef52983e21 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> GetPollers(DeviceType type); } // namespace Polling class GCAnalogFactory;