diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-08-13 22:14:02 +0200 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2019-09-14 13:20:59 +0200 |
commit | 06974f1a2c601922ac9cdca01a87c3ed023cac5c (patch) | |
tree | 147639d90f8c377df8f30f677246b6c4e51ac805 /core/subsurface-qt/DiveObjectHelper.h | |
parent | fcacfd7ce6135e943a747d44c6f9de05e76b4ade (diff) | |
download | subsurface-06974f1a2c601922ac9cdca01a87c3ed023cac5c.tar.gz |
Cleanup: remove unused function DiveObjectHelper::cylinder(int)
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/subsurface-qt/DiveObjectHelper.h')
-rw-r--r-- | core/subsurface-qt/DiveObjectHelper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/subsurface-qt/DiveObjectHelper.h b/core/subsurface-qt/DiveObjectHelper.h index fe6539caf..c5662433c 100644 --- a/core/subsurface-qt/DiveObjectHelper.h +++ b/core/subsurface-qt/DiveObjectHelper.h @@ -78,7 +78,6 @@ public: QString suit() const; QStringList cylinderList() const; QStringList cylinders() const; - QString cylinder(int idx) const; QVector<CylinderObjectHelper> cylinderObjects() const; int maxcns() const; int otu() const; |