Skip to content

Remove code deprecated in 7.0

Neal Siekierski requested to merge (removed):remove_deprecated_7.0 into master

This should address the parts of #17128 (closed) that weren't addressed by !3319 (merged).

Comments on the following, which aren't perhaps directly visible from the changes, would also be appreciated:

  • Rendering/VolumeOpenGL/vtkSmartVolumeMapper.h defines an enum with various render modes. The texture modes, RayCastAndTextureRenderMode and TextureRenderMode, appear to no longer be handled (which was no different with VTK_LEGACY_REMOVE defined). Should these invalid modes be removed from the enum?
  • Can the files Rendering/VolumeOpenGL/vtkVolumeTextureMapper3D_*.asm be removed now that vtkOpenGLVolumeTextureMapper3D is being removed? It was unclear to me where or how these files were being used.

Merge request reports