diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2017-11-26 22:48:39 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-11-26 23:37:01 +0100 |
commit | d1545b27b45db1b06cad56eb366757208dfa120b (patch) | |
tree | f55e3febdb92d049ff426de600a8b77621e02c9f /qt-models/divelocationmodel.h | |
parent | a7d71ea167c8495613e64f878d1eedde6b547ba4 (diff) | |
download | subsurface-d1545b27b45db1b06cad56eb366757208dfa120b.tar.gz |
Remove unused method LocationInformationModel::addDiveSite()
The call to this method was removed in commit f4c31f110fc98eb6d5d18c806e6b0f2ccc762d54
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/divelocationmodel.h')
-rw-r--r-- | qt-models/divelocationmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/divelocationmodel.h b/qt-models/divelocationmodel.h index 45ccb0203..0829abd30 100644 --- a/qt-models/divelocationmodel.h +++ b/qt-models/divelocationmodel.h @@ -23,7 +23,6 @@ public: int columnCount(const QModelIndex &parent) const; int rowCount(const QModelIndex &parent = QModelIndex()) const; QVariant data(const QModelIndex &index = QModelIndex(), int role = Qt::DisplayRole) const; - uint32_t addDiveSite(const QString& name, timestamp_t divetime, int lat = 0, int lon = 0); bool setData(const QModelIndex &index, const QVariant &value, int role); bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex()); void setFirstRowTextField(QLineEdit *textField); |