diff options
Diffstat (limited to 'desktop-widgets/tab-widgets/TabDiveEquipment.cpp')
-rw-r--r-- | desktop-widgets/tab-widgets/TabDiveEquipment.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveEquipment.cpp b/desktop-widgets/tab-widgets/TabDiveEquipment.cpp index 0a5786e50..33a8e5a3c 100644 --- a/desktop-widgets/tab-widgets/TabDiveEquipment.cpp +++ b/desktop-widgets/tab-widgets/TabDiveEquipment.cpp @@ -210,9 +210,8 @@ static QVector<dive *> getSelectedDivesCurrentLast() return res; } -// TODO: This are only temporary functions until undo of weightsystems and cylinders is implemented. +// TODO: This is a temporary functions until undo of cylinders is implemented. // Therefore it is not worth putting it in a header. -extern bool weightsystems_equal(const dive *d1, const dive *d2); extern bool cylinders_equal(const dive *d1, const dive *d2); void TabDiveEquipment::acceptChanges() |