diff options
| author | 2015-03-03 16:44:32 +0000 | |
|---|---|---|
| committer | 2015-03-03 16:44:34 +0000 | |
| commit | c3c19f826a19c246b280ef0bdb4c05e653880a45 (patch) | |
| tree | a74729bf75530cafe7115133cb0cc17a906014fa /libs/hwui/Patch.cpp | |
| parent | fb293aa245be7bfbf73224b2d37d51a718bf7790 (diff) | |
| parent | e5c6584a402fb3b1fe0507e4e00e601bec8f1bbc (diff) | |
Merge "Constructor cleanup"
Diffstat (limited to 'libs/hwui/Patch.cpp')
| -rw-r--r-- | libs/hwui/Patch.cpp | 7 |
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 /////////////////////////////////////////////////////////////////////////////// |