Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f1ca357 authored by Leon Scroggins's avatar Leon Scroggins Committed by Automerger Merge Worker
Browse files

Merge "SF: remove unused variable on chooseCompositionStrategy." into main am:...

Merge "SF: remove unused variable on chooseCompositionStrategy." into main am: ed022f7b am: 9a465c72 am: eab0f58f

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2875578



Change-Id: I1aec0345bf07a9bb4b7ce292eabdecffc0e41baa
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1720797b eab0f58f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -246,7 +246,6 @@ bool Display::chooseCompositionStrategy(
    }

    // Get any composition changes requested by the HWC device, and apply them.
    std::optional<android::HWComposer::DeviceRequestedChanges> changes;
    auto& hwc = getCompositionEngine().getHwComposer();
    const bool requiresClientComposition = anyLayersRequireClientComposition();