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

Commit 9b85cbe8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "CEC: Drop obsolete method" am: a1f337fe

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1690665

Change-Id: Ia7779c8e681d80ae77ae8c5dad737cb1ec3e73d5
parents 3381ad7c a1f337fe
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -142,8 +142,4 @@ public class SystemAudioInitiationActionFromAvr extends HdmiCecFeatureAction {
                    }
                });
    }

    private void switchToRelevantInputForDeviceAt(int physicalAddress) {
        // TODO(shubang): implement this method
    }
}