mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c0a4ffead8
commit
9a2e3ce7e8
2 changed files with 0 additions and 9 deletions
|
@ -1072,14 +1072,6 @@ void QMLManager::setOldStatus(const credentialStatus_t value)
|
|||
}
|
||||
}
|
||||
|
||||
// where in the QML dive list is that dive?
|
||||
int QMLManager::getIndex(const QString &diveId)
|
||||
{
|
||||
int dive_id = diveId.toInt();
|
||||
int idx = DiveListModel::instance()->getDiveIdx(dive_id);
|
||||
return idx;
|
||||
}
|
||||
|
||||
QString QMLManager::getNumber(const QString& diveId)
|
||||
{
|
||||
int dive_id = diveId.toInt();
|
||||
|
|
|
@ -113,7 +113,6 @@ public slots:
|
|||
void clearGpsData();
|
||||
void finishSetup();
|
||||
void openLocalThenRemote(QString url);
|
||||
int getIndex(const QString& diveId);
|
||||
QString getNumber(const QString& diveId);
|
||||
QString getDate(const QString& diveId);
|
||||
QString getCurrentPosition();
|
||||
|
|
Loading…
Add table
Reference in a new issue