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

Commit 4d5648b9 authored by Jinsuk Kim's avatar Jinsuk Kim
Browse files

CEC: Remove obsolete TODOs

Removed legacy TODOs and the associated hack to enable CEC service
for buggy partner low-level implementation.

Bug: 21153475
Change-Id: I105f77389dd5c604336f86ce375016fa87c86759
parent 1c861591
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -381,10 +381,6 @@ public final class HdmiControlService extends SystemService {

        mCecController = HdmiCecController.create(this);
        if (mCecController != null) {
            // TODO: Remove this as soon as OEM's HAL implementation is corrected.
            mCecController.setOption(OPTION_CEC_ENABLE, ENABLED);

            // TODO: load value for mHdmiControlEnabled from preference.
            if (mHdmiControlEnabled) {
                initializeCec(INITIATED_BY_BOOT_UP);
            }