summaryrefslogtreecommitdiffstats
path: root/include/ui/DisplayInfo.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-07-25 19:24:31 -0700
committerMathias Agopian <mathias@google.com>2013-07-25 19:24:31 -0700
commit5773d3f5b2694c647e010246dff99acc70131289 (patch)
treed872f3545b5bc566acbf77a39b72207afa6e7e9a /include/ui/DisplayInfo.h
parent1fe854f6788f6fe9177fcca85185d13ba37d1911 (diff)
downloadframeworks_native-5773d3f5b2694c647e010246dff99acc70131289.zip
frameworks_native-5773d3f5b2694c647e010246dff99acc70131289.tar.gz
frameworks_native-5773d3f5b2694c647e010246dff99acc70131289.tar.bz2
get rid of PixelFormatInfo and simplify things
Change-Id: I025a362cc12d5b9b794fac14be500e25aab65396
Diffstat (limited to 'include/ui/DisplayInfo.h')
-rw-r--r--include/ui/DisplayInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ui/DisplayInfo.h b/include/ui/DisplayInfo.h
index c3a4d6b..2853e06 100644
--- a/include/ui/DisplayInfo.h
+++ b/include/ui/DisplayInfo.h
@@ -34,8 +34,6 @@ struct DisplayInfo {
uint8_t orientation;
bool secure;
uint8_t reserved[2];
- // TODO: this needs to go away (currently needed only by webkit)
- PixelFormatInfo pixelFormatInfo;
};
/* Display orientations as defined in Surface.java and ISurfaceComposer.h. */