mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove unused function DivePlannerPointsModel::size()
This is not a virtual function and does not seem to be called anywhere..? Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
93ec9f11e8
commit
7c398973fd
2 changed files with 0 additions and 6 deletions
|
|
@ -57,7 +57,6 @@ public:
|
|||
*/
|
||||
void editStop(int row, divedatapoint newData);
|
||||
divedatapoint at(int row) const;
|
||||
int size() const;
|
||||
struct diveplan &getDiveplan();
|
||||
void removeDeco();
|
||||
struct deco_state final_deco_state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue