summaryrefslogtreecommitdiffstats
path: root/include/gui
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-07-26 12:08:07 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-26 12:08:07 -0700
commit686200cb5f3e80c0b0519ec14cc54b280a560863 (patch)
treec15a2e68f60ad61bf2b3cae397bedb779c36de4f /include/gui
parent070ce94b9fd91d1bb22161a85178440cb46d8ece (diff)
parentf3503c2c30dc0b7eb7603998469f437136497c5c (diff)
downloadframeworks_base-686200cb5f3e80c0b0519ec14cc54b280a560863.zip
frameworks_base-686200cb5f3e80c0b0519ec14cc54b280a560863.tar.gz
frameworks_base-686200cb5f3e80c0b0519ec14cc54b280a560863.tar.bz2
Merge "remove dead code and member variables."
Diffstat (limited to 'include/gui')
-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