diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-02-20 20:13:03 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | 53b4d84a6ebebc4792f3b03cb926a454075fda34 (patch) | |
tree | 0c426c0ebd5ef2c007750873f76862514c0b76c0 /desktop-widgets/tab-widgets/maintab.h | |
parent | 464721b2ecf27e4ecd7e3a29b78e626838ef82b8 (diff) | |
download | subsurface-53b4d84a6ebebc4792f3b03cb926a454075fda34.tar.gz |
Undo: remove MainTab::*TaggedStrings() functions
Moving the tagged-string edit functions into the undo-system made
the MainTab::saveTaggedStrings() and MainTab::diffTaggedStrings()
functions unnecessary. Remove them.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/tab-widgets/maintab.h')
-rw-r--r-- | desktop-widgets/tab-widgets/maintab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/tab-widgets/maintab.h b/desktop-widgets/tab-widgets/maintab.h index dacc10955..5d341d287 100644 --- a/desktop-widgets/tab-widgets/maintab.h +++ b/desktop-widgets/tab-widgets/maintab.h @@ -119,8 +119,6 @@ private: int lastTabSelectedDiveTrip; void resetPallete(); void copyTagsToDisplayedDive(); - void saveTaggedStrings(const QVector<dive *> &selectedDives); - int diffTaggedStrings(QString currentString, QString displayedString, QStringList &addedList, QStringList &removedList); void markChangedWidget(QWidget *w); dive_trip_t *currentTrip; dive_trip_t displayedTrip; |