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

Commit fb3272ff authored by Aravind Angadi's avatar Aravind Angadi
Browse files

CEC: Drop obsolete method

Discarding switchToRelevantInputForDeviceAt method

Bug: 159901363
Test: make
Change-Id: Iedc08d5354736db24e9f32c336cc6004390a30a6
parent 881c4ad3
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
    }
}