Removed unused count function

This commit is contained in:
Jordan Sherer
2018-07-11 22:53:21 -04:00
parent 04eaf61c13
commit 564b93f307
2 changed files with 0 additions and 21 deletions
-1
View File
@@ -252,7 +252,6 @@ private slots:
void on_extFreeTextMsgEdit_currentTextChanged (QString const&);
QStringList buildFT8MessageFrames(QString const& text);
QString parseFT8Message(QString input);
int countFreeTextMsgs(QString input);
bool prepareNextMessageFrame();
bool isFreqOffsetFree(int f, int bw);
int findFreeFreqOffset(int fmin, int fmax, int bw);