diff options
Diffstat (limited to 'xbmc/ServiceManager.cpp')
-rw-r--r-- | xbmc/ServiceManager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xbmc/ServiceManager.cpp b/xbmc/ServiceManager.cpp index 9423e49866..6847a6b317 100644 --- a/xbmc/ServiceManager.cpp +++ b/xbmc/ServiceManager.cpp @@ -173,8 +173,7 @@ bool CServiceManager::InitStageTwo(const CAppParamParser ¶ms) m_contextMenuManager.reset(new CContextMenuManager(*m_addonMgr.get())); m_gameControllerManager.reset(new GAME::CControllerManager); - m_inputManager.reset(new CInputManager(params, - *m_profileManager)); + m_inputManager.reset(new CInputManager(params)); m_inputManager->InitializeInputs(); m_peripherals.reset(new PERIPHERALS::CPeripherals(*m_announcementManager, |