Removed unused function

monitor
Elliott Liggett 2022-08-21 18:05:20 -07:00
rodzic ecb9b8fbb4
commit 93b1af6eb6
2 zmienionych plików z 1 dodań i 8 usunięć

Wyświetl plik

@ -6223,6 +6223,7 @@ void wfmain::on_debugBtn_clicked()
}
// Color Helper Functions:
void wfmain::setColorElement(QColor color,
QLedLabel *led,
QLabel *label,
@ -6291,11 +6292,6 @@ QString wfmain::setColorFromString(QString colorstr, QLedLabel *led)
return led->getColor().name(QColor::HexArgb);
}
void wfmain::on_colorLinePlotBackground_editingFinished()
{
}
void wfmain::useCurrentColorPreset()
{
int pos = ui->colorPresetCombo->currentIndex();
@ -6404,7 +6400,6 @@ void wfmain::on_colorPopOutBtn_clicked()
//connect(settingsPop, SIGNAL(destroyed(QObject*)), this, foo());
}
// Color Helper Functions:
void wfmain::setDefaultColorPresets()
{
// Default wfview colors in each preset

Wyświetl plik

@ -561,8 +561,6 @@ private slots:
void on_colorSetBtnPlotBackground_clicked();
void on_colorLinePlotBackground_editingFinished();
void on_colorSetBtnText_clicked();
void on_colorSetBtnSpecLine_clicked();