Browse Source

Should not be inherited.

Berk Geveci 24 years ago
parent
commit
4e80d8e2b2
3 changed files with 0 additions and 21 deletions
  1. 0 7
      Source/cmVTKWrapJavaCommand.h
  2. 0 7
      Source/cmVTKWrapPythonCommand.h
  3. 0 7
      Source/cmVTKWrapTclCommand.h

+ 0 - 7
Source/cmVTKWrapJavaCommand.h

@@ -34,13 +34,6 @@ public:
    */
    */
   virtual void FinalPass();
   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.
    * The name of the command as specified in CMakeList.txt.
    */
    */

+ 0 - 7
Source/cmVTKWrapPythonCommand.h

@@ -34,13 +34,6 @@ public:
    */
    */
   virtual void FinalPass();
   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.
    * The name of the command as specified in CMakeList.txt.
    */
    */

+ 0 - 7
Source/cmVTKWrapTclCommand.h

@@ -35,13 +35,6 @@ public:
    */
    */
   virtual void FinalPass();
   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.
    * The name of the command as specified in CMakeList.txt.
    */
    */