From df99cc0a8fc96e6584d71a6fe03cad2b321118cb Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 25 Nov 2016 12:03:48 +0100 Subject: Removed unused command. --- common/commands.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/commands.cpp') 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) return "RevisionUpdate"; case SynchronizeCommand: return "Synchronize"; - case FetchEntityCommand: - return "FetchEntity"; case DeleteEntityCommand: return "DeleteEntity"; case ModifyEntityCommand: -- cgit v1.2.3