From 9d865512f1a39bac6bed612b24023213d5a1fb1d Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Thu, 11 Aug 2011 17:31:42 -0700 Subject: Remove unnecessary private API Change-Id: I2ecb367528ec0691c07153a3d163b82a6ca33fdf --- libs/hwui/OpenGLRenderer.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libs/hwui/OpenGLRenderer.cpp') diff --git a/libs/hwui/OpenGLRenderer.cpp b/libs/hwui/OpenGLRenderer.cpp index ed2fa3c6e107..4864cff6931d 100644 --- a/libs/hwui/OpenGLRenderer.cpp +++ b/libs/hwui/OpenGLRenderer.cpp @@ -924,13 +924,6 @@ void OpenGLRenderer::setMatrix(SkMatrix* matrix) { mSnapshot->transform->load(*matrix); } -const float* OpenGLRenderer::getMatrix() const { - if (mSnapshot->fbo != 0) { - return &mSnapshot->transform->data[0]; - } - return &mIdentity.data[0]; -} - void OpenGLRenderer::getMatrix(SkMatrix* matrix) { mSnapshot->transform->copyTo(*matrix); } -- cgit v1.2.3-59-g8ed1b