Skip to content

Remove some cruft from Python wrappers

David Gobbi requested to merge dgobbi/vtk:unused-declaration into master

This includes removal of the special case for vtkTypeTemplate, which was removed from VTK several years ago. Also, the vtkWrapPython_HasWrappedSuperClass() method used to be needed to handle superclass templates (I think), but it isn't needed anymore.

Merge request reports