aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-09-06 01:19:55 -0700
committerSteve Kondik <shade@chemlab.org>2012-09-06 01:19:55 -0700
commit39948802fac7b6344c4dd5723fc7be2fcc4225ec (patch)
tree019e49483cbf1eb9022cf884b57e3bdfa59e5aab
parent097efdb43ba5691264820bea6c2b79f0c2ad1a30 (diff)
downloadsystem_core-39948802fac7b6344c4dd5723fc7be2fcc4225ec.tar.gz
system_core-39948802fac7b6344c4dd5723fc7be2fcc4225ec.tar.bz2
system_core-39948802fac7b6344c4dd5723fc7be2fcc4225ec.zip
Revert "window: Add API to set the min undequeued buffer count"
This reverts commit ef6d451e17a2696e017b0e683079d049893fd1b7.
-rw-r--r--include/system/window.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/system/window.h b/include/system/window.h
index b7ffa016..a5eb0749 100644
--- a/include/system/window.h
+++ b/include/system/window.h
@@ -254,9 +254,6 @@ enum {
NATIVE_WINDOW_SET_BUFFERS_USER_DIMENSIONS = 15, /* private */
NATIVE_WINDOW_SET_POST_TRANSFORM_CROP = 16, /* private */
NATIVE_WINDOW_SET_BUFFERS_SIZE = 17, /* private */
-#ifdef QCOM_HARDWARE
- NATIVE_WINDOW_SET_MIN_UNDEQUEUED_BUFFER_COUNT = 18, /* private */
-#endif
};
/* parameter for NATIVE_WINDOW_[API_][DIS]CONNECT */