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

Commit 03c8750d authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android Git Automerger
Browse files

am f2fb0e73: Merge "CEC: Remove obsolete TODOs" into mnc-dev

* commit 'f2fb0e73':
  CEC: Remove obsolete TODOs
parents bcaa424a f2fb0e73
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -392,10 +392,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);
            }