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

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

Merge "CEC: Drop obsolete method" am: a1f337fe am: 9b85cbe8 am: f8042eae

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

Change-Id: I24acf8ebf0263d6b2a0118b80e0998c9beeb80e1
parents 6dbbc95c f8042eae
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -143,8 +143,4 @@ public class SystemAudioInitiationActionFromAvr extends HdmiCecFeatureAction {
                    }
                });
    }

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