From 2ae4eb15091bfce647eb02c83e33d05ecfc0498e Mon Sep 17 00:00:00 2001 From: Yohann Dedy Date: Mon, 5 Sep 2016 22:32:43 +0200 Subject: [PATCH] Removing unused test-function --- src/mainwindow.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainwindow.h b/src/mainwindow.h index 22c10e6..9a504ed 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -60,7 +60,6 @@ public slots: void openSettingsWindow(); //void updateDeviceConfig(std::bitset<3> thru, int mastChn); //void updatePresetSettings(std::vector* presetSettings); - void infoPopup(); private slots: void openMidiPorts(); void sendThruMasterChnRequest();