diff options
Diffstat (limited to 'opentrack/keybinding-worker.cpp')
-rw-r--r-- | opentrack/keybinding-worker.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opentrack/keybinding-worker.cpp b/opentrack/keybinding-worker.cpp index 9ff825a0..461f8416 100644 --- a/opentrack/keybinding-worker.cpp +++ b/opentrack/keybinding-worker.cpp @@ -105,7 +105,6 @@ void KeybindingWorker::run() { } } -#ifdef _WIN32 { using joy_fn = std::function<void(const QString& guid, int idx, bool held)>; @@ -124,7 +123,6 @@ void KeybindingWorker::run() { joy_ctx.poll(f); } -#endif for (int i = 0; i < 256; i++) { |