Index: src/gpu/GrDrawTarget.cpp |
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
index e22c45bafc186ec711fad2ec32402b6af293b7e3..7ccdce5309dffb3004a6d02b530004c019dfd489 100644 |
--- a/src/gpu/GrDrawTarget.cpp |
+++ b/src/gpu/GrDrawTarget.cpp |
@@ -545,11 +545,6 @@ void GrDrawTarget::drawBatch(GrPipelineBuilder* pipelineBuilder, |
return; |
} |
- // init batch and my other crap |
- GrBatchOpt batchOpt; |
- batchOpt.fCanTweakAlphaForCoverage = pipelineBuilder->canTweakAlphaForCoverage(); |
- batch->initBatchOpt(batchOpt); |
- |
GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, batch, devBounds, this); |
if (pipelineInfo.mustSkipDraw()) { |
return; |