aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrAAFillRectBatch.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-06-30 13:09:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-30 13:09:48 -0700
commitb8cbd2098225ee2ec1bd96b3e2b1cf3f5164d2d8 (patch)
tree4c04c4e63ccedbebfe4e997c7288bcda594b3471 /src/gpu/batches/GrAAFillRectBatch.h
parent08d141534cb24a491edbf5db31cdc7b966ec8d72 (diff)
Remove unused batch rect append functions
Diffstat (limited to 'src/gpu/batches/GrAAFillRectBatch.h')
-rw-r--r--src/gpu/batches/GrAAFillRectBatch.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gpu/batches/GrAAFillRectBatch.h b/src/gpu/batches/GrAAFillRectBatch.h
index 6f6f0d0398..1dbec995f7 100644
--- a/src/gpu/batches/GrAAFillRectBatch.h
+++ b/src/gpu/batches/GrAAFillRectBatch.h
@@ -36,19 +36,6 @@ GrDrawBatch* CreateWithLocalRect(GrColor color,
const SkMatrix& viewMatrix,
const SkRect& rect,
const SkRect& localRect);
-
-void Append(GrBatch*,
- GrColor,
- const SkMatrix& viewMatrix,
- const SkRect& rect,
- const SkRect& devRect);
-
-void Append(GrBatch*,
- GrColor,
- const SkMatrix& viewMatrix,
- const SkMatrix& localMatrix,
- const SkRect& rect,
- const SkRect& devRect);
};
#endif