diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-11-12 12:52:45 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-11-12 12:52:45 +0100 |
commit | 158aac0f9f0e447ce00cada5bd0a0fa51dd5dd5f (patch) | |
tree | ded8b9792c02ec4c352c96b040d29aadc97a5d9b | |
parent | 63c7d1d89c01e8e8917f56ce4bde1414a3eb8c4a (diff) |
[cec] don't try to set the OSD string on the TV. it's not supported by any TV on the market, and saves a couple of ms when we don't try this
-rw-r--r-- | xbmc/peripherals/devices/PeripheralCecAdapter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/peripherals/devices/PeripheralCecAdapter.cpp b/xbmc/peripherals/devices/PeripheralCecAdapter.cpp index 4f0781adeb..873d5d8ccd 100644 --- a/xbmc/peripherals/devices/PeripheralCecAdapter.cpp +++ b/xbmc/peripherals/devices/PeripheralCecAdapter.cpp @@ -1598,8 +1598,6 @@ bool CPeripheralCecAdapterUpdateThread::SetInitialConfiguration(void) m_adapter->m_bIsReady = true; - // try to send an OSD string to the TV - m_adapter->m_cecAdapter->SetOSDString(CECDEVICE_TV, CEC_DISPLAY_CONTROL_DISPLAY_FOR_DEFAULT_TIME, g_localizeStrings.Get(36016).c_str()); // and let the gui know that we're done CGUIDialogKaiToast::QueueNotification(CGUIDialogKaiToast::Info, g_localizeStrings.Get(36000), strNotification); |