summaryrefslogtreecommitdiff
path: root/libs/gui/SurfaceTextureClient.cpp
diff options
context:
space:
mode:
author Jamie Gennis <jgennis@google.com> 2011-07-22 13:34:57 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-07-22 13:34:57 -0700
commit1259e9d6ac474f3e9dec8569fb694c61eeeef4d3 (patch)
tree1ba16b34e86f96d207b0c11094fec085cacf4b31 /libs/gui/SurfaceTextureClient.cpp
parentcf85bad10588bfb1d6a7a4d777b895d2bfcb2224 (diff)
parent29c870271e8d3f8c40c356283650ba54fe71a16b (diff)
Merge changes I799532f7,I5cffa6eb
* changes: SurfaceTexture: fix a comment SurfaceTexture: remove getAllocator
Diffstat (limited to 'libs/gui/SurfaceTextureClient.cpp')
-rw-r--r--libs/gui/SurfaceTextureClient.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/gui/SurfaceTextureClient.cpp b/libs/gui/SurfaceTextureClient.cpp
index 986fc7e371..688b99b753 100644
--- a/libs/gui/SurfaceTextureClient.cpp
+++ b/libs/gui/SurfaceTextureClient.cpp
@@ -65,9 +65,6 @@ void SurfaceTextureClient::setISurfaceTexture(
const sp<ISurfaceTexture>& surfaceTexture)
{
mSurfaceTexture = surfaceTexture;
-
- // Get a reference to the allocator.
- mAllocator = mSurfaceTexture->getAllocator();
}
sp<ISurfaceTexture> SurfaceTextureClient::getISurfaceTexture() const {