Remove unused count message frames function
This commit is contained in:
parent
4a87edc4c7
commit
a5f59019d3
@ -5417,10 +5417,6 @@ int MainWindow::currentFreqOffset(){
|
||||
return ui->RxFreqSpinBox->value();
|
||||
}
|
||||
|
||||
int MainWindow::countMessageFrames(QString const& text){
|
||||
return buildMessageFrames(text).length();
|
||||
}
|
||||
|
||||
QStringList MainWindow::buildMessageFrames(const QString &text){
|
||||
// prepare selected callsign for directed message
|
||||
QString selectedCall = callsignSelected();
|
||||
@ -7939,6 +7935,7 @@ void MainWindow::updateTextDisplay(){
|
||||
#define USE_SYNC_FRAME_COUNT 0
|
||||
|
||||
void MainWindow::refreshTextDisplay(){
|
||||
qDebug() << "refreshing text display...";
|
||||
auto text = ui->extFreeTextMsgEdit->toPlainText();
|
||||
|
||||
#if USE_SYNC_FRAME_COUNT
|
||||
|
@ -296,7 +296,6 @@ private slots:
|
||||
void on_nextFreeTextMsg_currentTextChanged (QString const&);
|
||||
void on_extFreeTextMsgEdit_currentTextChanged (QString const&);
|
||||
int currentFreqOffset();
|
||||
int countMessageFrames(QString const& text);
|
||||
QStringList buildMessageFrames(QString const& text);
|
||||
bool prepareNextMessageFrame();
|
||||
bool isFreqOffsetFree(int f, int bw);
|
||||
|
Loading…
Reference in New Issue
Block a user