Skip to content

Commit 96aba90

Browse files
committed
Update Implementation file
1 parent 08cacfd commit 96aba90

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

HdmiCecSink/HdmiCecSinkImplementation.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -642,19 +642,6 @@ namespace WPEFramework
642642
, _registeredEventHandlers(false)
643643
{
644644
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-
}
658645
}
659646

660647
HdmiCecSinkImplementation::~HdmiCecSinkImplementation()

0 commit comments

Comments
 (0)