Bläddra i källkod

Merge pull request #2458 from lioncash/hotkey

yuzu/hotkeys: Remove unnecessary constructor
bunnei 7 år sedan
förälder
incheckning
9567b3a293
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      src/yuzu/hotkeys.h

+ 0 - 2
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;