Cleanup: remove unused function DiveObjectHelper::cylinder(int)

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-08-13 22:14:02 +02:00 committed by bstoeger
parent fcacfd7ce6
commit 06974f1a2c
2 changed files with 0 additions and 8 deletions

View file

@ -292,13 +292,6 @@ QStringList DiveObjectHelper::cylinders() const
return cylinders;
}
QString DiveObjectHelper::cylinder(int idx) const
{
if ( (idx < 0) || idx > MAX_CYLINDERS)
return QString();
return getFormattedCylinder(m_dive, idx);
}
QVector<CylinderObjectHelper> DiveObjectHelper::cylinderObjects() const
{
QVector<CylinderObjectHelper> res;

View file

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