diff options
Diffstat (limited to 'src/input_common/drivers/keyboard.h')
| -rw-r--r-- | src/input_common/drivers/keyboard.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/input_common/drivers/keyboard.h b/src/input_common/drivers/keyboard.h index 58df15050..46fe78576 100644 --- a/src/input_common/drivers/keyboard.h +++ b/src/input_common/drivers/keyboard.h | |||
| @@ -32,13 +32,6 @@ public: | |||
| 32 | 32 | ||
| 33 | /// Used for automapping features | 33 | /// Used for automapping features |
| 34 | std::vector<Common::ParamPackage> GetInputDevices() const override; | 34 | std::vector<Common::ParamPackage> GetInputDevices() const override; |
| 35 | |||
| 36 | private: | ||
| 37 | const PadIdentifier identifier = { | ||
| 38 | .guid = Common::UUID{Common::INVALID_UUID}, | ||
| 39 | .port = 0, | ||
| 40 | .pad = 0, | ||
| 41 | }; | ||
| 42 | }; | 35 | }; |
| 43 | 36 | ||
| 44 | } // namespace InputCommon | 37 | } // namespace InputCommon |