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.h | |
parent | 22af1ed535b4afc8db3804e72bc5adb1a1b28d60 (diff) | |
download | sink-df99cc0a8fc96e6584d71a6fe03cad2b321118cb.tar.gz sink-df99cc0a8fc96e6584d71a6fe03cad2b321118cb.zip |
Removed unused command.
Diffstat (limited to 'common/commands.h')
-rw-r--r-- | common/commands.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/commands.h b/common/commands.h index 0da1b3c..6d5d39b 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -37,7 +37,6 @@ enum CommandIds | |||
37 | HandshakeCommand, | 37 | HandshakeCommand, |
38 | RevisionUpdateCommand, | 38 | RevisionUpdateCommand, |
39 | SynchronizeCommand, | 39 | SynchronizeCommand, |
40 | FetchEntityCommand, | ||
41 | DeleteEntityCommand, | 40 | DeleteEntityCommand, |
42 | ModifyEntityCommand, | 41 | ModifyEntityCommand, |
43 | CreateEntityCommand, | 42 | CreateEntityCommand, |