diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-25 12:03:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-25 12:03:48 +0100 |
commit | df99cc0a8fc96e6584d71a6fe03cad2b321118cb (patch) | |
tree | 1dabc4bc96194e36b001eb57bfddc38d7d8887ac /common/commands.cpp | |
parent | 22af1ed535b4afc8db3804e72bc5adb1a1b28d60 (diff) | |
download | sink-df99cc0a8fc96e6584d71a6fe03cad2b321118cb.tar.gz sink-df99cc0a8fc96e6584d71a6fe03cad2b321118cb.zip |
Removed unused command.
Diffstat (limited to 'common/commands.cpp')
-rw-r--r-- | common/commands.cpp | 2 |
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: |