| Index: src/gpu/GrPipelineBuilder.h
|
| diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h
|
| index e329bc5736aac56349588cbf6a30642572d38350..2bafd9aeabf2cee84cbdbff5191ac88da23bb273 100644
|
| --- a/src/gpu/GrPipelineBuilder.h
|
| +++ b/src/gpu/GrPipelineBuilder.h
|
| @@ -229,11 +229,6 @@ public:
|
| */
|
| void setStencil(const GrStencilSettings& settings) { fStencilSettings = settings; }
|
|
|
| - /**
|
| - * Shortcut to disable stencil testing and ops.
|
| - */
|
| - void disableStencil() { fStencilSettings.setDisabled(); }
|
| -
|
| GrStencilSettings* stencil() { return &fStencilSettings; }
|
|
|
| /**
|
|
|