diff options
Diffstat (limited to 'Source/cmVTKWrapJavaCommand.h')
-rw-r--r-- | Source/cmVTKWrapJavaCommand.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmVTKWrapJavaCommand.h b/Source/cmVTKWrapJavaCommand.h index 0d10448..31bd2a5 100644 --- a/Source/cmVTKWrapJavaCommand.h +++ b/Source/cmVTKWrapJavaCommand.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. */ virtual const char* GetName() { return "VTK_WRAP_JAVA";} |