summaryrefslogtreecommitdiffstats
path: root/common/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands.cpp')
-rw-r--r--common/commands.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/commands.cpp b/common/commands.cpp
index c0781f6..ce83d03 100644
--- a/common/commands.cpp
+++ b/common/commands.cpp
@@ -39,8 +39,6 @@ QByteArray name(int commandId)
39 return "RevisionUpdate"; 39 return "RevisionUpdate";
40 case SynchronizeCommand: 40 case SynchronizeCommand:
41 return "Synchronize"; 41 return "Synchronize";
42 case FetchEntityCommand:
43 return "FetchEntity";
44 case DeleteEntityCommand: 42 case DeleteEntityCommand:
45 return "DeleteEntity"; 43 return "DeleteEntity";
46 case ModifyEntityCommand: 44 case ModifyEntityCommand: