diff --git a/Source/Core/VideoCommon/CommandProcessor.h b/Source/Core/VideoCommon/CommandProcessor.h index 043062630e..9ce4169baa 100644 --- a/Source/Core/VideoCommon/CommandProcessor.h +++ b/Source/Core/VideoCommon/CommandProcessor.h @@ -130,8 +130,6 @@ void UpdateInterrupts(u64 userdata); void UpdateInterruptsFromVideoBackend(u64 userdata); bool IsInterruptWaiting(); -void SetInterruptTokenWaiting(bool waiting); -void SetInterruptFinishWaiting(bool waiting); void SetCpClearRegister(); void SetCpControlRegister();