diff --git a/Source/Core/Core/DSP/DSPInterpreter.h b/Source/Core/Core/DSP/DSPInterpreter.h index d6316fc77e..a584dc43c2 100644 --- a/Source/Core/Core/DSP/DSPInterpreter.h +++ b/Source/Core/Core/DSP/DSPInterpreter.h @@ -25,9 +25,6 @@ int RunCyclesDebug(int cycles); void WriteCR(u16 val); u16 ReadCR(); - -typedef void (*DSPInterpreterFunc)(const UDSPInstruction opc); - // All the opcode functions. void call(const UDSPInstruction opc); void callr(const UDSPInstruction opc);