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

Commit 54e28edd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused variable in VolumeControlAction"

parents c1d8bffb 6cc78ba9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@ final class VolumeControlAction extends HdmiCecFeatureAction {
    }

    private boolean handleReportAudioStatus(HdmiCecMessage cmd) {
        byte params[] = cmd.getParams();
        boolean mute = HdmiUtils.isAudioStatusMute(cmd);
        int volume = HdmiUtils.getAudioStatusVolume(cmd);
        mLastAvrVolume = volume;