summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-07-25 19:56:08 -0700
committerMathias Agopian <mathias@google.com>2011-07-25 20:03:43 -0700
commitf3503c2c30dc0b7eb7603998469f437136497c5c (patch)
tree934ebd5f0c8da99a02cb7a4df77d908c54d34f02 /include
parent9a817a35f11cb118209a3238451603258ae7f105 (diff)
downloadframeworks_base-f3503c2c30dc0b7eb7603998469f437136497c5c.zip
frameworks_base-f3503c2c30dc0b7eb7603998469f437136497c5c.tar.gz
frameworks_base-f3503c2c30dc0b7eb7603998469f437136497c5c.tar.bz2
remove dead code and member variables.
also fix some comments and improve debugging logs. Change-Id: I83e55309f306332b59e1ec46104c4a7fffbf3c97
Diffstat (limited to 'include')
-rw-r--r--include/gui/SurfaceTextureClient.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/include/gui/SurfaceTextureClient.h b/include/gui/SurfaceTextureClient.h
index 56f029f..57f9e15 100644
--- a/include/gui/SurfaceTextureClient.h
+++ b/include/gui/SurfaceTextureClient.h
@@ -135,24 +135,12 @@ private:
// a timestamp is auto-generated when queueBuffer is called.
int64_t mTimestamp;
- // mQueryWidth is the width returned by query(). It is set to width
- // of the last dequeued buffer or to mReqWidth if no buffer was dequeued.
- uint32_t mQueryWidth;
-
- // mQueryHeight is the height returned by query(). It is set to height
- // of the last dequeued buffer or to mReqHeight if no buffer was dequeued.
- uint32_t mQueryHeight;
-
- // mQueryFormat is the format returned by query(). It is set to the last
- // dequeued format or to mReqFormat if no buffer was dequeued.
- uint32_t mQueryFormat;
-
// mDefaultWidth is default width of the window, regardless of the
- // set_dimension call
+ // native_window_set_buffers_dimensions call
uint32_t mDefaultWidth;
// mDefaultHeight is default width of the window, regardless of the
- // set_dimension call
+ // native_window_set_buffers_dimensions call
uint32_t mDefaultHeight;
// mTransformHint is the transform probably applied to buffers of this