diff options
| author | Mathias Agopian <mathias@google.com> | 2010-08-19 13:39:56 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-19 13:39:56 -0700 |
| commit | a90a1e55c60604b930eecff03fe25429205ec7df (patch) | |
| tree | 72ff68f3a54d21aba08e6e73de6b4c6c189fd460 /libs | |
| parent | d7d58be0b8c1be69bfb774f38bf6d1410d87c4ce (diff) | |
| parent | 545eab8ae80b070177cc442931eadc8cd980de26 (diff) | |
| download | frameworks_base-a90a1e55c60604b930eecff03fe25429205ec7df.zip frameworks_base-a90a1e55c60604b930eecff03fe25429205ec7df.tar.gz frameworks_base-a90a1e55c60604b930eecff03fe25429205ec7df.tar.bz2 | |
am 545eab8a: Merge "remove unused pixel format" into gingerbread
Merge commit '545eab8ae80b070177cc442931eadc8cd980de26' into gingerbread-plus-aosp
* commit '545eab8ae80b070177cc442931eadc8cd980de26':
remove unused pixel format
Diffstat (limited to 'libs')
| -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: |
