mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ public:
|
||||||
const DiveComputerNode *getExact(const QString &m, uint32_t d);
|
const DiveComputerNode *getExact(const QString &m, uint32_t d);
|
||||||
const DiveComputerNode *get(const QString &m);
|
const DiveComputerNode *get(const QString &m);
|
||||||
void addDC(QString m, uint32_t d, QString n = QString(), QString s = QString(), QString f = QString());
|
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)
|
// Keep the dive computers in a vector sorted by (model, deviceId)
|
||||||
QVector<DiveComputerNode> dcs;
|
QVector<DiveComputerNode> dcs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue