소스 검색

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.
Lioncash 6 년 전
부모
커밋
4b9b203c09
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/input_common/main.h

+ 0 - 3
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;