diff options
| author | Mathias Agopian <mathias@google.com> | 2009-09-29 15:26:42 -0700 |
|---|---|---|
| committer | Mathias Agopian <mathias@google.com> | 2009-09-29 15:26:42 -0700 |
| commit | 45094a34f014fa79e78eea8ee2091021bf1de209 (patch) | |
| tree | bf30d341e493fcdd5a5f3b1ecd7169be7616bb06 /libs/surfaceflinger/LayerBase.cpp | |
| parent | a39f9188d6c1cdcacef2ab468fd78376171a3447 (diff) | |
| download | frameworks_base-45094a34f014fa79e78eea8ee2091021bf1de209.zip frameworks_base-45094a34f014fa79e78eea8ee2091021bf1de209.tar.gz frameworks_base-45094a34f014fa79e78eea8ee2091021bf1de209.tar.bz2 | |
remove dead code
Diffstat (limited to 'libs/surfaceflinger/LayerBase.cpp')
| -rw-r--r-- | libs/surfaceflinger/LayerBase.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/surfaceflinger/LayerBase.cpp b/libs/surfaceflinger/LayerBase.cpp index a351253..7692d0f 100644 --- a/libs/surfaceflinger/LayerBase.cpp +++ b/libs/surfaceflinger/LayerBase.cpp @@ -34,12 +34,6 @@ #include "DisplayHardware/DisplayHardware.h" -// We don't honor the premultiplied alpha flags, which means that -// premultiplied surface may be composed using a non-premultiplied -// equation. We do this because it may be a lot faster on some hardware -// The correct value is HONOR_PREMULTIPLIED_ALPHA = 1 -#define HONOR_PREMULTIPLIED_ALPHA 0 - namespace android { // --------------------------------------------------------------------------- |
