Removing inRange from .h in favor of inline method

This commit is contained in:
Peter Beckman 2022-01-19 14:32:08 -05:00
parent d9943f6976
commit 2d397207a6
1 changed files with 0 additions and 1 deletions

View File

@ -461,7 +461,6 @@ private:
int charToInt(QString &s, int idx);
bool parseTime(QString& info, int& idx);
bool parseTimeMDHM(QString& info, int& idx);
bool inRange(unsigned low, unsigned high, unsigned x);
bool isLatLongChar(QCharRef c);
bool parsePosition(QString& info, int& idx);
bool parseDataExension(QString& info, int& idx);