Skip to content

Remove obsolete PythonInitImpl.cxx file

David Gobbi requested to merge dgobbi/vtk:python-init into master

This file was first needed when each Python module was split into an interface module with the init function, and an implementation library containing the Python.cxx files (see 989050fa). For the modern wrappers, the InitImpl.cxx file can be folded into the Init.cxx file.

Edited by David Gobbi

Merge request reports

Loading