diff options
author | Mathias Agopian <mathias@google.com> | 2010-08-19 13:37:35 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-08-19 13:37:35 -0700 |
commit | 385648ba93bf37b0b70c7e5de8b054f500b9d893 (patch) | |
tree | a1f39bda215f8acc30aca6f88a5e6ca2750e5d9c /libs/ui | |
parent | 2008e3efde16e23a9e70c7b8dd084f1d316a70f6 (diff) | |
parent | c04cffd5703607f31356c26016b6e3ec971f6511 (diff) | |
download | frameworks_native-385648ba93bf37b0b70c7e5de8b054f500b9d893.zip frameworks_native-385648ba93bf37b0b70c7e5de8b054f500b9d893.tar.gz frameworks_native-385648ba93bf37b0b70c7e5de8b054f500b9d893.tar.bz2 |
Merge "remove unused pixel format" into gingerbread
Diffstat (limited to 'libs/ui')
-rw-r--r-- | libs/ui/PixelFormat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ui/PixelFormat.cpp b/libs/ui/PixelFormat.cpp index edf1aed..ee186c8 100644 --- a/libs/ui/PixelFormat.cpp +++ b/libs/ui/PixelFormat.cpp @@ -63,7 +63,6 @@ status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info) info->bitsPerPixel = 16; goto done; case HAL_PIXEL_FORMAT_YCrCb_420_SP: - case HAL_PIXEL_FORMAT_YCbCr_420_SP_TILED: case HAL_PIXEL_FORMAT_YV12: info->bitsPerPixel = 12; done: |