summaryrefslogtreecommitdiffstats
path: root/libs/ui
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-08-19 13:37:35 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-08-19 13:37:35 -0700
commit385648ba93bf37b0b70c7e5de8b054f500b9d893 (patch)
treea1f39bda215f8acc30aca6f88a5e6ca2750e5d9c /libs/ui
parent2008e3efde16e23a9e70c7b8dd084f1d316a70f6 (diff)
parentc04cffd5703607f31356c26016b6e3ec971f6511 (diff)
downloadframeworks_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.cpp1
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: