am a015c9be: Merge change I45094a34 into eclair

Merge commit 'a015c9be1b623749320717ad05352eeb76cc6f11' into eclair-plus-aosp

* commit 'a015c9be1b623749320717ad05352eeb76cc6f11':
  remove dead code
This commit is contained in:
Mathias Agopian
2009-09-30 14:20:47 -07:00
committed by Android Git Automerger

View File

@@ -34,12 +34,6 @@
#include "DisplayHardware/DisplayHardware.h" #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 { namespace android {
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------