From e5c6584a402fb3b1fe0507e4e00e601bec8f1bbc Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Mon, 2 Mar 2015 17:50:26 -0800 Subject: Constructor cleanup Change-Id: Ic39911d08f44c3174de91fb92fcd4cab73fe4654 --- libs/hwui/Patch.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libs/hwui/Patch.cpp') 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 @@ -28,13 +28,6 @@ namespace android { namespace uirenderer { -/////////////////////////////////////////////////////////////////////////////// -// Constructors/destructor -/////////////////////////////////////////////////////////////////////////////// - -Patch::Patch(): vertices(), verticesCount(0), indexCount(0), hasEmptyQuads(false) { -} - /////////////////////////////////////////////////////////////////////////////// // Vertices management /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3-59-g8ed1b