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

Commit ed022f7b authored by Leon Scroggins's avatar Leon Scroggins Committed by Gerrit Code Review
Browse files

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

parents 483e7969 3086cd7f
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -250,7 +250,6 @@ bool Display::chooseCompositionStrategy(
    }
    }


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