summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/CoreDevice.h
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-03-02 15:42:26 -0600
committerJordan Woyak <jordan.woyak@gmail.com>2025-03-02 15:42:26 -0600
commite217d6c939900688588f5214ea188f0f505d8a09 (patch)
tree7a30de7829be97cfe9ac8e268cbe8739011a95cf /Source/Core/InputCommon/ControllerInterface/CoreDevice.h
parent65726b7b5f005ce90dd38a20fe3c06c4b1338b10 (diff)
InputCommon: Use Clock from CommonTypes.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/CoreDevice.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/CoreDevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/CoreDevice.h b/Source/Core/InputCommon/ControllerInterface/CoreDevice.h
index 92f53df9fa..54d7b46110 100644
--- a/Source/Core/InputCommon/ControllerInterface/CoreDevice.h
+++ b/Source/Core/InputCommon/ControllerInterface/CoreDevice.h
@@ -210,8 +210,6 @@ public:
class DeviceContainer
{
public:
- using Clock = std::chrono::steady_clock;
-
struct InputDetection
{
std::shared_ptr<Device> device;