diff options
author | Chris Craik <ccraik@google.com> | 2013-01-30 18:42:42 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-01-30 18:42:56 +0000 |
commit | c93c6aa5553203f05df871804517885fcc071cfd (patch) | |
tree | 2a644d36d55c700b85cf1bce209c7110703fe5e3 /libs/hwui/Patch.cpp | |
parent | cae3d9f0ab2756e3659efc7a08830d2d7b43a05e (diff) | |
parent | 2af4635e4a9e448a65ff541252f8f94bc6ac48e0 (diff) |
Merge "Object-based DisplayList recording"
Diffstat (limited to 'libs/hwui/Patch.cpp')
-rw-r--r-- | libs/hwui/Patch.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/Patch.cpp b/libs/hwui/Patch.cpp index e490151fa931..45c619ee01d4 100644 --- a/libs/hwui/Patch.cpp +++ b/libs/hwui/Patch.cpp @@ -122,8 +122,6 @@ void Patch::updateVertices(const float bitmapWidth, const float bitmapHeight, float rescaleX = 1.0f; float rescaleY = 1.0f; - const float meshWidth = right - left; - if (xStretchCount > 0) { uint32_t stretchSize = 0; for (uint32_t i = 1; i < mXCount; i += 2) { |