summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit85ec55f8f5581fca2fc680d7775abc03f9a3be3e (patch)
treec487b16d1adb61a8eb13af33971b08476d324de7
parent1e6c4eec172179d0a8ee568f2878ba51bd918e7c (diff)
remove dead code
-rw-r--r--libs/surfaceflinger/LayerBase.cpp6
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 {
// ---------------------------------------------------------------------------