mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Cleanup: remove unused function DiveObjectHelper::cylinder(int)
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
fcacfd7ce6
commit
06974f1a2c
2 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue