mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive sites: remove internalRowCount from LocationInformationModel
This was redundant. Directly use dive_site_table.nr instead. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
50e42bffa1
commit
19d651a36b
2 changed files with 3 additions and 7 deletions
|
@ -30,7 +30,6 @@ public slots:
|
|||
void update();
|
||||
QStringList allSiteNames() const;
|
||||
private:
|
||||
int internalRowCount;
|
||||
QStringList locationNames;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue