summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-09 08:13:50 +0200
committerLioncash <mathew1800@gmail.com>2019-05-09 08:17:22 +0200
commit8bdef4f95155378206d14bd134217733d305e782 (patch)
treeae1bc9c6136bad4398504b28421f552badca10ab
parentloader/nso: Remove left-in debug pragma (diff)
downloadyuzu-8bdef4f95155378206d14bd134217733d305e782.tar
yuzu-8bdef4f95155378206d14bd134217733d305e782.tar.gz
yuzu-8bdef4f95155378206d14bd134217733d305e782.tar.bz2
yuzu-8bdef4f95155378206d14bd134217733d305e782.tar.lz
yuzu-8bdef4f95155378206d14bd134217733d305e782.tar.xz
yuzu-8bdef4f95155378206d14bd134217733d305e782.tar.zst
yuzu-8bdef4f95155378206d14bd134217733d305e782.zip
-rw-r--r--src/yuzu/hotkeys.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/hotkeys.h b/src/yuzu/hotkeys.h
index 4f526dc7e..248fadaf3 100644
--- a/src/yuzu/hotkeys.h
+++ b/src/yuzu/hotkeys.h
@@ -67,8 +67,6 @@ public:
private:
struct Hotkey {
- Hotkey() : shortcut(nullptr), context(Qt::WindowShortcut) {}
-
QKeySequence keyseq;
QShortcut* shortcut = nullptr;
Qt::ShortcutContext context = Qt::WindowShortcut;