mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 21:35:46 +00:00
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.
This commit is contained in:
parent
fc797d39df
commit
72d5a883a1
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue