From 3496d85e2272e221c2033e3c75bb5fab66cbed3b Mon Sep 17 00:00:00 2001 From: Yohann Dedy Date: Sun, 30 Oct 2016 22:15:06 +0100 Subject: [PATCH] Removed another unused variable --- src/mainwindow.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainwindow.h b/src/mainwindow.h index e0857f6..41d7a0b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -43,8 +43,6 @@ public: unsigned char _preset[128][48]; - std::vector _presetSettings; - private: QMidiIn *_midiIn; QMidiOut *_midiOut;