diff --git a/Sources/Rendering/Core/Property/index.d.ts b/Sources/Rendering/Core/Property/index.d.ts index a6f0c4dc7dd..f225bc5a381 100755 --- a/Sources/Rendering/Core/Property/index.d.ts +++ b/Sources/Rendering/Core/Property/index.d.ts @@ -160,11 +160,6 @@ export interface vtkProperty extends vtkObject { */ getRepresentationAsString(): string; - /** - * Check if the shading is set. - */ - getShading(): boolean; - /** * Get the specular lighting coefficient. * @default 0 @@ -443,12 +438,6 @@ export interface vtkProperty extends vtkObject { */ setRepresentationToWireframe(): boolean; - /** - * Enable/Disable shading. - * @param {Boolean} shading - */ - setShading(shading: boolean): boolean; - /** * Set the specular lighting coefficient. * @param {Boolean} specular