undo: remove EditNumber command

Number editing works via the RenumberDives command.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-03-09 16:33:25 +01:00 committed by Dirk Hohndel
parent 6e59ee00d8
commit 9722f04e40
4 changed files with 0 additions and 37 deletions

View file

@ -168,11 +168,6 @@ int editMode(int index, int newValue, bool currentDiveOnly)
return execute_edit(new EditMode(index, newValue, currentDiveOnly));
}
int editNumber(int newValue, bool currentDiveOnly)
{
return execute_edit(new EditNumber(newValue, currentDiveOnly));
}
int editSuit(const QString &newValue, bool currentDiveOnly)
{
return execute_edit(new EditSuit(newValue, currentDiveOnly));