From 9855ebf11a1556bd0b73a1eaec39232842871528 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Sun, 23 Oct 2016 00:45:08 +0200 Subject: Make cmCommand not inherit from cmObject --- Source/cmMessageCommand.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/cmMessageCommand.h') diff --git a/Source/cmMessageCommand.h b/Source/cmMessageCommand.h index a67d52bbbc..cd16ffa09d 100644 --- a/Source/cmMessageCommand.h +++ b/Source/cmMessageCommand.h @@ -33,8 +33,6 @@ public: * This determines if the command is invoked when in script mode. */ bool IsScriptable() const CM_OVERRIDE { return true; } - - cmTypeMacro(cmMessageCommand, cmCommand); }; #endif -- cgit v1.2.1