diff options
| author | 2010-05-26 22:20:39 -0700 | |
|---|---|---|
| committer | 2010-05-26 22:20:39 -0700 | |
| commit | a0513574069404eb47e6c43b3eaf54e0889ddebc (patch) | |
| tree | d4138b277aa7ec2db8db4f8263e7e0d79e16cdef /libs/surfaceflinger/LayerBase.h | |
| parent | eaa60d313a50728b495174a621f2bd1328e797cf (diff) | |
| parent | dc7a80f07aa046925313cf8f6e94feaa16387fda (diff) | |
Merge "clean-up dead-code" into kraken
Diffstat (limited to 'libs/surfaceflinger/LayerBase.h')
| -rw-r--r-- | libs/surfaceflinger/LayerBase.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/surfaceflinger/LayerBase.h b/libs/surfaceflinger/LayerBase.h index 6d7859ac21..9129e807c9 100644 --- a/libs/surfaceflinger/LayerBase.h +++ b/libs/surfaceflinger/LayerBase.h @@ -182,11 +182,6 @@ public: virtual bool needsFiltering() const { return mNeedsFiltering; } /** - * transformed -- true is this surface needs a to be transformed - */ - virtual bool transformed() const { return mTransformed; } - - /** * isSecure - true if this surface is secure, that is if it prevents * screenshots or VNC servers. */ @@ -236,7 +231,6 @@ protected: uint32_t mFlags; // cached during validateVisibility() - bool mTransformed; bool mNeedsFiltering; int32_t mOrientation; GLfloat mVertices[4][2]; |