diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-03-09 16:33:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-17 16:54:38 -0700 |
commit | 9722f04e40a575ca757868a66cecfdcee801831c (patch) | |
tree | 09bc4097b095eebe0f57b4e7379797fa3c0ee605 /commands/command.h | |
parent | 6e59ee00d8a71de38b5249e43376ca9dca1cd4fe (diff) | |
download | subsurface-9722f04e40a575ca757868a66cecfdcee801831c.tar.gz |
undo: remove EditNumber command
Number editing works via the RenumberDives command.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'commands/command.h')
-rw-r--r-- | commands/command.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/command.h b/commands/command.h index f08249e0d..5663da157 100644 --- a/commands/command.h +++ b/commands/command.h @@ -66,7 +66,6 @@ void purgeUnusedDiveSites(); int editNotes(const QString &newValue, bool currentDiveOnly); int editSuit(const QString &newValue, bool currentDiveOnly); int editMode(int index, int newValue, bool currentDiveOnly); -int editNumber(int newValue, bool currentDiveOnly); int editRating(int newValue, bool currentDiveOnly); int editVisibility(int newValue, bool currentDiveOnly); int editWaveSize(int newValue, bool currentDiveOnly); |