cleanup: remove unused declarations in class DiveComputerList
The functions matchDC() and matchModel() were never implemented. Remove their declarations. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
34286f328d
commit
fcdb48779b
@ -24,8 +24,6 @@ public:
|
||||
const DiveComputerNode *getExact(const QString &m, uint32_t d);
|
||||
const DiveComputerNode *get(const QString &m);
|
||||
void addDC(QString m, uint32_t d, QString n = QString(), QString s = QString(), QString f = QString());
|
||||
DiveComputerNode matchDC(const QString &m, uint32_t d);
|
||||
DiveComputerNode matchModel(const QString &m);
|
||||
|
||||
// Keep the dive computers in a vector sorted by (model, deviceId)
|
||||
QVector<DiveComputerNode> dcs;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user