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

Commit 4fd42e5a authored by Jeff Brown's avatar Jeff Brown
Browse files

Remove unused "layer" argument from show().

Change-Id: I795edb8889bbacdf20fc54d755034040295f281a
parent 64a55af0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -298,7 +298,7 @@ void SpriteController::doUpdateSprites() {
            }

            if (becomingVisible) {
                status = update.state.surfaceControl->show(surfaceLayer);
                status = update.state.surfaceControl->show();
                if (status) {
                    ALOGE("Error %d showing sprite surface.", status);
                } else {