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

Commit 406ba18e authored by Leon Scroggins's avatar Leon Scroggins Committed by Automerger Merge Worker
Browse files

Merge "SF: remove the redundant variable on updateCursorAsync." into main am: a82e90f5

parents ac4fe436 a82e90f5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -111,8 +111,6 @@ void CompositionEngine::present(CompositionRefreshArgs& args) {
}

void CompositionEngine::updateCursorAsync(CompositionRefreshArgs& args) {
    std::unordered_map<compositionengine::LayerFE*, compositionengine::LayerFECompositionState*>
            uniqueVisibleLayers;

    for (const auto& output : args.outputs) {
        for (auto* layer : output->getOutputLayersOrderedByZ()) {