mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Removing inRange from .h in favor of inline method
This commit is contained in:
parent
d9943f6976
commit
2d397207a6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user