diff options
| author | 2009-09-29 15:26:42 -0700 | |
|---|---|---|
| committer | 2009-09-29 15:26:42 -0700 | |
| commit | 85ec55f8f5581fca2fc680d7775abc03f9a3be3e (patch) | |
| tree | c487b16d1adb61a8eb13af33971b08476d324de7 | |
| parent | 1e6c4eec172179d0a8ee568f2878ba51bd918e7c (diff) | |
remove dead code
| -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 a351253d8d..7692d0f716 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 {  // ---------------------------------------------------------------------------  |