summaryrefslogtreecommitdiff
path: root/libs/hwui/PathRenderer.cpp
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2013-01-30 18:42:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-01-30 18:42:56 +0000
commitc93c6aa5553203f05df871804517885fcc071cfd (patch)
tree2a644d36d55c700b85cf1bce209c7110703fe5e3 /libs/hwui/PathRenderer.cpp
parentcae3d9f0ab2756e3659efc7a08830d2d7b43a05e (diff)
parent2af4635e4a9e448a65ff541252f8f94bc6ac48e0 (diff)
Merge "Object-based DisplayList recording"
Diffstat (limited to 'libs/hwui/PathRenderer.cpp')
-rw-r--r--libs/hwui/PathRenderer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/PathRenderer.cpp b/libs/hwui/PathRenderer.cpp
index dd13d7962577..d59e36f5a1b4 100644
--- a/libs/hwui/PathRenderer.cpp
+++ b/libs/hwui/PathRenderer.cpp
@@ -596,7 +596,6 @@ bool PathRenderer::convexPathPerimeterVertices(const SkPath& path, bool forceClo
SkPath::Iter iter(path, forceClose);
SkPoint pts[4];
SkPath::Verb v;
- Vertex* newVertex = 0;
while (SkPath::kDone_Verb != (v = iter.next(pts))) {
switch (v) {
case SkPath::kMove_Verb: