From 158aac0f9f0e447ce00cada5bd0a0fa51dd5dd5f Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Mon, 12 Nov 2012 12:52:45 +0100 Subject: [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 --- xbmc/peripherals/devices/PeripheralCecAdapter.cpp | 2 -- 1 file changed, 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); -- cgit v1.2.3