diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-19 01:41:49 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-19 01:42:16 +0100 |
commit | 42217bbb858ddb158ad13777e2aace942aaf9525 (patch) | |
tree | ff9ff0ee038d38e06fc6ff1969b131a1f42cc510 /opentrack/shortcuts.cpp | |
parent | 73c62db8a98e676328a17569b821a0fb3c397a39 (diff) |
shortcuts: nix single-use mutex
It also slept with lock held. Good riddance.
Diffstat (limited to 'opentrack/shortcuts.cpp')
-rw-r--r-- | opentrack/shortcuts.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opentrack/shortcuts.cpp b/opentrack/shortcuts.cpp index 6eab6071..059febdb 100644 --- a/opentrack/shortcuts.cpp +++ b/opentrack/shortcuts.cpp @@ -8,7 +8,6 @@ #include "shortcuts.h" #include "win32-shortcuts.h" -#include <QMutexLocker> void Shortcuts::bind_keyboard_shortcut(K &key, key_opts& k) { |