Merge "CEC: Drop obsolete method" am: a1f337fe73 am: 9b85cbe8c9 am: f8042eae3d

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

Change-Id: I24acf8ebf0263d6b2a0118b80e0998c9beeb80e1
This commit is contained in:
Treehugger Robot
2021-05-05 10:49:48 +00:00
committed by Automerger Merge Worker

View File

@@ -143,8 +143,4 @@ public class SystemAudioInitiationActionFromAvr extends HdmiCecFeatureAction {
}
});
}
private void switchToRelevantInputForDeviceAt(int physicalAddress) {
// TODO(shubang): implement this method
}
}