diff options
author | Chris Xiong <chirs241097@gmail.com> | 2020-04-20 00:21:47 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2020-04-20 00:21:47 +0800 |
commit | 26ad016e421caf10ea0e6b8077a68ce8ae6f20f5 (patch) | |
tree | b96ce5e86ee1e75ce12e0b0db41871ab97286225 | |
parent | 04841abbe8d397452782add39f0a6115a29056ce (diff) | |
download | QMidiPlayer-26ad016e421caf10ea0e6b8077a68ce8ae6f20f5.tar.xz |
Remove now unused callback.
-rw-r--r-- | qmidiplayer-desktop/qmpsettingswindow.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qmidiplayer-desktop/qmpsettingswindow.cpp b/qmidiplayer-desktop/qmpsettingswindow.cpp index fe75b76..8d4a964 100644 --- a/qmidiplayer-desktop/qmpsettingswindow.cpp +++ b/qmidiplayer-desktop/qmpsettingswindow.cpp @@ -12,12 +12,6 @@ #include "ui_qmpsettingswindow.h" #include "qmpmainwindow.hpp" -void qmpFluidForEachOpt(void* data,const char*,const char* option) -{ - QComboBox *pcb=(QComboBox*)data; - pcb->addItem(option); -} - qmpSettingsWindow::qmpSettingsWindow(qmpSettings *qmpsettings,QWidget *parent) : QDialog(parent), ui(new Ui::qmpSettingsWindow) |