From 4e80d8e2b2f7f36e0b4a5c3ba180aec7dc65abc2 Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Mon, 2 Jul 2001 14:03:45 -0400 Subject: [PATCH] Should not be inherited. --- Source/cmVTKWrapJavaCommand.h | 7 ------- Source/cmVTKWrapPythonCommand.h | 7 ------- Source/cmVTKWrapTclCommand.h | 7 ------- 3 files changed, 21 deletions(-) diff --git a/Source/cmVTKWrapJavaCommand.h b/Source/cmVTKWrapJavaCommand.h index 0d104482b..31bd2a5e1 100644 --- a/Source/cmVTKWrapJavaCommand.h +++ b/Source/cmVTKWrapJavaCommand.h @@ -34,13 +34,6 @@ public: */ virtual void FinalPass(); - /** - * This determines if the command gets propagated down - * to makefiles located in subdirectories. - */ - virtual bool IsInherited() - {return true;} - /** * The name of the command as specified in CMakeList.txt. */ diff --git a/Source/cmVTKWrapPythonCommand.h b/Source/cmVTKWrapPythonCommand.h index 68a417a0f..dcc713c06 100644 --- a/Source/cmVTKWrapPythonCommand.h +++ b/Source/cmVTKWrapPythonCommand.h @@ -34,13 +34,6 @@ public: */ virtual void FinalPass(); - /** - * This determines if the command gets propagated down - * to makefiles located in subdirectories. - */ - virtual bool IsInherited() - {return true;} - /** * The name of the command as specified in CMakeList.txt. */ diff --git a/Source/cmVTKWrapTclCommand.h b/Source/cmVTKWrapTclCommand.h index 9c627262f..65f9774ee 100644 --- a/Source/cmVTKWrapTclCommand.h +++ b/Source/cmVTKWrapTclCommand.h @@ -35,13 +35,6 @@ public: */ virtual void FinalPass(); - /** - * This determines if the command gets propagated down - * to makefiles located in subdirectories. - */ - virtual bool IsInherited() - {return true;} - /** * The name of the command as specified in CMakeList.txt. */