From 7c85c54499994c687a833644f7f213e747fadb98 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Wed, 19 Aug 2015 15:10:24 -0700 Subject: Remove Matrix4::load(Matrix4&) bug:22320446 Change-Id: Id6d1cc9b4aea828b0cdf622ad672064d72671f8d --- libs/hwui/Matrix.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/hwui/Matrix.cpp') diff --git a/libs/hwui/Matrix.cpp b/libs/hwui/Matrix.cpp index 115e23c848dc..73ebd1304750 100644 --- a/libs/hwui/Matrix.cpp +++ b/libs/hwui/Matrix.cpp @@ -152,10 +152,6 @@ void Matrix4::load(const float* v) { mType = kTypeUnknown; } -void Matrix4::load(const Matrix4& v) { - *this = v; -} - void Matrix4::load(const SkMatrix& v) { memset(data, 0, sizeof(data)); -- cgit v1.2.3-59-g8ed1b