summaryrefslogtreecommitdiffstats
path: root/commands/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'commands/command.cpp')
-rw-r--r--commands/command.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/commands/command.cpp b/commands/command.cpp
index 47fc45b90..fe55b20d6 100644
--- a/commands/command.cpp
+++ b/commands/command.cpp
@@ -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));