From dc7a80f07aa046925313cf8f6e94feaa16387fda Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 26 May 2010 22:19:19 -0700 Subject: clean-up dead-code --- libs/surfaceflinger/LayerBase.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/surfaceflinger/LayerBase.cpp') diff --git a/libs/surfaceflinger/LayerBase.cpp b/libs/surfaceflinger/LayerBase.cpp index 79aaa771bc..ebce711730 100644 --- a/libs/surfaceflinger/LayerBase.cpp +++ b/libs/surfaceflinger/LayerBase.cpp @@ -42,7 +42,6 @@ namespace android { LayerBase::LayerBase(SurfaceFlinger* flinger, DisplayID display) : dpy(display), contentDirty(false), mFlinger(flinger), - mTransformed(false), mNeedsFiltering(false), mOrientation(0), mLeft(0), mTop(0), @@ -259,7 +258,6 @@ void LayerBase::validateVisibility(const Transform& planeTransform) // cache a few things... mOrientation = tr.getOrientation(); mTransformedBounds = tr.makeBounds(w, h); - mTransformed = transformed; mLeft = tr.tx(); mTop = tr.ty(); } -- cgit v1.2.3-59-g8ed1b