summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/LayerBase.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2010-05-26 22:20:39 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-05-26 22:20:39 -0700
commita0513574069404eb47e6c43b3eaf54e0889ddebc (patch)
treed4138b277aa7ec2db8db4f8263e7e0d79e16cdef /libs/surfaceflinger/LayerBase.cpp
parenteaa60d313a50728b495174a621f2bd1328e797cf (diff)
parentdc7a80f07aa046925313cf8f6e94feaa16387fda (diff)
Merge "clean-up dead-code" into kraken
Diffstat (limited to 'libs/surfaceflinger/LayerBase.cpp')
-rw-r--r--libs/surfaceflinger/LayerBase.cpp2
1 files changed, 0 insertions, 2 deletions
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();
}