CEC: Drop obsolete method

Discarding switchToRelevantInputForDeviceAt method

Bug: 159901363
Test: make
Change-Id: Iedc08d5354736db24e9f32c336cc6004390a30a6
This commit is contained in:
Aravind Angadi
2021-04-28 14:51:17 +05:30
parent 881c4ad3e2
commit fb3272ffc5

View File

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