diff options
Diffstat (limited to 'src/wrapped/wrappedsdl2mixer_private.h')
| -rwxr-xr-x | src/wrapped/wrappedsdl2mixer_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wrapped/wrappedsdl2mixer_private.h b/src/wrapped/wrappedsdl2mixer_private.h index 58d8e371..db332fe7 100755 --- a/src/wrapped/wrappedsdl2mixer_private.h +++ b/src/wrapped/wrappedsdl2mixer_private.h @@ -62,7 +62,6 @@ GO(Mix_QuerySpec,iFppp) GO(Mix_QuickLoad_RAW,pFpu) GO(Mix_QuickLoad_WAV,pFp) GO(Mix_Quit,vFv) -GO(Mix_Pause, vFi) GOM(Mix_RegisterEffect, iFEippp) GO(Mix_ReserveChannels,iFi) GO(Mix_Resume,vFi) @@ -83,4 +82,3 @@ GOM(Mix_UnregisterEffect, iFEip) GO(Mix_Volume,iFii) GO(Mix_VolumeChunk,iFpi) GO(Mix_VolumeMusic,iFi) - |