summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBuffer.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-02-12 18:50:28 -0800
committerMathias Agopian <mathias@google.com>2010-02-12 18:50:28 -0800
commitc9e4a125464b389454619432cbdbcb2d9b11995a (patch)
tree53e02445736e4c5be44cc088b9957ab1c0588abd /libs/surfaceflinger/LayerBuffer.h
parent053c9e928bc8aa569572aea97430a63cb8fdc109 (diff)
downloadframeworks_native-c9e4a125464b389454619432cbdbcb2d9b11995a.zip
frameworks_native-c9e4a125464b389454619432cbdbcb2d9b11995a.tar.gz
frameworks_native-c9e4a125464b389454619432cbdbcb2d9b11995a.tar.bz2
minor cleanup.
Diffstat (limited to 'libs/surfaceflinger/LayerBuffer.h')
-rw-r--r--libs/surfaceflinger/LayerBuffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/surfaceflinger/LayerBuffer.h b/libs/surfaceflinger/LayerBuffer.h
index 3257b76..eb5b8eb 100644
--- a/libs/surfaceflinger/LayerBuffer.h
+++ b/libs/surfaceflinger/LayerBuffer.h
@@ -144,7 +144,6 @@ private:
size_t mBufferSize;
mutable LayerBase::Texture mTexture;
mutable NativeBuffer mTempBuffer;
- mutable sp<GraphicBuffer> mTempGraphicBuffer;
mutable bool mUseEGLImageDirectly;
};