summarylogtreecommitdiffstats
path: root/vtk-occt.patch
blob: cd57c298c0420c6bb2804f6bae21331bb75ae686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/IO/OCCT/vtkOCCTReader.h b/IO/OCCT/vtkOCCTReader.h
index 36a02f5be3..33fa45fccc 100644
--- a/IO/OCCT/vtkOCCTReader.h
+++ b/IO/OCCT/vtkOCCTReader.h
@@ -48,8 +48,8 @@ public:
    * It can be either STEP or IGES.
    * Default is FILE_FORMAT::STEP
    */
-  VTK_DEPRECATED_IN_9_3_0("Use SetFormat with unsigned int instead.")
-  vtkSetEnumMacro(FileFormat, Format);
+  // VTK_DEPRECATED_IN_9_3_0("Use SetFormat with unsigned int instead.")
+  // vtkSetEnumMacro(FileFormat, Format);
   vtkSetClampMacro(FileFormat, unsigned int, Format::STEP, Format::IGES);
   ///@}