diff options
| author | 2009-08-07 19:08:18 -0700 | |
|---|---|---|
| committer | 2009-08-07 19:08:18 -0700 | |
| commit | 1d40f50de5a207351d5fe3f0eada2c8bf74dcd82 (patch) | |
| tree | 69365f4cd6f797f3de6aa61d5c2026864a9c859b /libs/surfaceflinger/Layer.cpp | |
| parent | db704e28aea24f86c62bb21a26225e9542c66c03 (diff) | |
remove unused and confusing comment
Diffstat (limited to 'libs/surfaceflinger/Layer.cpp')
| -rw-r--r-- | libs/surfaceflinger/Layer.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/surfaceflinger/Layer.cpp b/libs/surfaceflinger/Layer.cpp index 991615800da4..d1142cca86da 100644 --- a/libs/surfaceflinger/Layer.cpp +++ b/libs/surfaceflinger/Layer.cpp @@ -115,16 +115,6 @@ status_t Layer::setBuffers( uint32_t w, uint32_t h, if (flags & ISurfaceComposer::eSecure) bufferFlags |= Buffer::SECURE; - /* FIXME we need this code for msm7201A - if (bufferFlags & Buffer::GPU) { - // FIXME: this is msm7201A specific, as its GPU only supports - // BGRA_8888. - if (format == PIXEL_FORMAT_RGBA_8888) { - format = PIXEL_FORMAT_BGRA_8888; - } - } - */ - mSecure = (bufferFlags & Buffer::SECURE) ? true : false; mNeedsBlending = (info.h_alpha - info.l_alpha) > 0; for (int i=0 ; i<2 ; i++) { |