From 85ec55f8f5581fca2fc680d7775abc03f9a3be3e Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 29 Sep 2009 15:26:42 -0700 Subject: remove dead code --- libs/surfaceflinger/LayerBase.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/surfaceflinger/LayerBase.cpp') 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 { // --------------------------------------------------------------------------- -- cgit v1.2.3-59-g8ed1b