diff options
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 /////////////////////////////////////////////////////////////////////////////// |