From 0ccee6c87b78843caf4bb0dce48a46144e05f69e Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 13 Jul 2014 02:16:51 +0200 Subject: Fix warnings unearthed by #579 --- Source/Core/VideoCommon/PixelEngine.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/Core/VideoCommon/PixelEngine.cpp') diff --git a/Source/Core/VideoCommon/PixelEngine.cpp b/Source/Core/VideoCommon/PixelEngine.cpp index a66dd5ee98..5e049e3b18 100644 --- a/Source/Core/VideoCommon/PixelEngine.cpp +++ b/Source/Core/VideoCommon/PixelEngine.cpp @@ -252,11 +252,6 @@ void RegisterMMIO(MMIO::Mapping* mmio, u32 base) } } -static bool AllowIdleSkipping() -{ - return !SConfig::GetInstance().m_LocalCoreStartupParameter.bCPUThread || (!m_Control.PETokenEnable && !m_Control.PEFinishEnable); -} - void UpdateInterrupts() { // check if there is a token-interrupt -- cgit v1.2.3