Skip to content
Snippets Groups Projects
Commit 89cd6578 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkDeprecation: remove `vtkLegacy` mention

`vtkLegacy` is finally having its own `VTK_LEGACY_REMOVE` moment.
parent c0c6529d
No related branches found
No related tags found
No related merge requests found
......@@ -33,17 +33,6 @@
// ```cxx
// // Hide VTK_DEPRECATED_IN_9_1_0() warnings for this class.
// #define VTK_DEPRECATION_LEVEL 0
//
// #include "vtkLegacy.h"
//
// void oldApi()
// {
// // One of:
// VTK_LEGACY_BODY(oldApi, "VTK 9.1");
// VTK_LEGACY_REPLACED_BODY(oldApi, "VTK 9.1", newApi);
//
// // Remaining implementation.
// }
// ```
//
// Please note the `VTK_DEPRECATED_IN_` version in the `VTK_DEPRECATION_LEVEL`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment