We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cacfd commit 96aba90Copy full SHA for 96aba90
HdmiCecSink/HdmiCecSinkImplementation.cpp
@@ -642,19 +642,6 @@ namespace WPEFramework
642
, _registeredEventHandlers(false)
643
{
644
LOGWARN("Initializing HdmiCecSinkImplementation");
645
-
646
- // Deterministic initialization for all device slots
647
- for (int i = 0; i < 16; ++i) {
648
- deviceList[i].clear();
649
- deviceList[i].m_isDevicePresent = false;
650
- deviceList[i].m_isRequestRetry = 0;
651
- deviceList[i].m_isRequested = CECDeviceParams::REQUEST_NONE;
652
- }
653
654
- // Ensure queues/flags are clean
655
- while (!m_SendKeyQueue.empty()) {
656
- m_SendKeyQueue.pop();
657
658
}
659
660
HdmiCecSinkImplementation::~HdmiCecSinkImplementation()
0 commit comments