diff options
Diffstat (limited to 'commands/command_edit.cpp')
-rw-r--r-- | commands/command_edit.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/commands/command_edit.cpp b/commands/command_edit.cpp index d55684814..80a7ac986 100644 --- a/commands/command_edit.cpp +++ b/commands/command_edit.cpp @@ -726,15 +726,6 @@ DiveField EditTags::fieldId() const return DiveField::TAGS; } -// String list helper -static QStringList stringToList(const QString &s) -{ - QStringList res = s.split(",", QString::SkipEmptyParts); - for (QString &str: res) - str = str.trimmed(); - return res; -} - // ***** Buddies ***** QStringList EditBuddies::data(struct dive *d) const { |