Remove unused function

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-13 09:28:55 -07:00
parent c0a4ffead8
commit 9a2e3ce7e8
2 changed files with 0 additions and 9 deletions

View file

@ -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();

View file

@ -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();