summaryrefslogtreecommitdiff
path: root/libs/hwui/Patch.cpp
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2015-03-03 16:44:32 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-03-03 16:44:34 +0000
commitc3c19f826a19c246b280ef0bdb4c05e653880a45 (patch)
treea74729bf75530cafe7115133cb0cc17a906014fa /libs/hwui/Patch.cpp
parentfb293aa245be7bfbf73224b2d37d51a718bf7790 (diff)
parente5c6584a402fb3b1fe0507e4e00e601bec8f1bbc (diff)
Merge "Constructor cleanup"
Diffstat (limited to 'libs/hwui/Patch.cpp')
-rw-r--r--libs/hwui/Patch.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/hwui/Patch.cpp b/libs/hwui/Patch.cpp
index 8a4d65b7aeb9..ce51e0413cb6 100644
--- a/libs/hwui/Patch.cpp
+++ b/libs/hwui/Patch.cpp
@@ -29,13 +29,6 @@ namespace android {
namespace uirenderer {
///////////////////////////////////////////////////////////////////////////////
-// Constructors/destructor
-///////////////////////////////////////////////////////////////////////////////
-
-Patch::Patch(): vertices(), verticesCount(0), indexCount(0), hasEmptyQuads(false) {
-}
-
-///////////////////////////////////////////////////////////////////////////////
// Vertices management
///////////////////////////////////////////////////////////////////////////////