summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-07-16 15:38:18 -0700
committerJeff Brown <jeffbrown@google.com>2012-07-16 15:38:18 -0700
commit6501e9944df131b3b7e293007084735dfa217f24 (patch)
tree2849339f6af82a543c3e75edae089bd2c46b9e0e /include/private
parentf9176a93a5c9061fe001c91bca50dd0a58d54f10 (diff)
downloadframeworks_native-6501e9944df131b3b7e293007084735dfa217f24.zip
frameworks_native-6501e9944df131b3b7e293007084735dfa217f24.tar.gz
frameworks_native-6501e9944df131b3b7e293007084735dfa217f24.tar.bz2
Remove freeze(), unfreeze() and setFreezeTint().
This is all dead code. Change-Id: I646673aac793a6ec45021c370a2450f0ea4fbcce
Diffstat (limited to 'include/private')
-rw-r--r--include/private/gui/LayerState.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/private/gui/LayerState.h b/include/private/gui/LayerState.h
index 9151c11..239dd87 100644
--- a/include/private/gui/LayerState.h
+++ b/include/private/gui/LayerState.h
@@ -36,7 +36,7 @@ struct layer_state_t {
layer_state_t()
: surface(0), what(0),
x(0), y(0), z(0), w(0), h(0),
- alpha(0), tint(0), flags(0), mask(0),
+ alpha(0), flags(0), mask(0),
reserved(0)
{
matrix.dsdx = matrix.dtdy = 1.0f;
@@ -61,7 +61,6 @@ struct layer_state_t {
uint32_t w;
uint32_t h;
float alpha;
- uint32_t tint;
uint8_t flags;
uint8_t mask;
uint8_t reserved;