am 187019c5: Merge "screen-off animation won\'t be handled by SF anymore" into jb-mr1-dev

* commit '187019c51fb1f8f79d4d5919facbc8d569ff844e':
  screen-off animation won't be handled by SF anymore
This commit is contained in:
Mathias Agopian
2012-08-02 21:54:34 -07:00
committed by Android Git Automerger

View File

@@ -145,8 +145,7 @@ static void nativeSetPowerState(JNIEnv* env,
static void nativeStartSurfaceFlingerAnimation(JNIEnv* env,
jobject obj, jint mode) {
sp<ISurfaceComposer> s(ComposerService::getComposerService());
s->turnElectronBeamOff(mode);
// this is not handled by surfaceflinger anymore
}
static void nativeAcquireWakeLock(JNIEnv *env, jobject clazz, jint lock, jstring idObj) {