# HG changeset patch # User Matti Hamalainen # Date 1191339734 -10800 # Node ID a76855c7942e2ae05df9343f3235624a39db6d45 # Parent 3fef1171cd6c56be588dadaef43d1e1a206aaaf2 Remove useless ProcessPlugins(). diff -r 3fef1171cd6c -r a76855c7942e src/modplug/sndmix.cxx --- a/src/modplug/sndmix.cxx Tue Oct 02 15:38:08 2007 +0300 +++ b/src/modplug/sndmix.cxx Tue Oct 02 18:42:14 2007 +0300 @@ -307,7 +307,6 @@ } else { m_nMixStat += CreateStereoMix(lCount); - if (nMaxPlugins) ProcessPlugins(lCount); ProcessStereoDSP(lCount); X86_MonoFromStereo(MixSoundBuffer, lCount); } diff -r 3fef1171cd6c -r a76855c7942e src/modplug/stdafx.h --- a/src/modplug/stdafx.h Tue Oct 02 15:38:08 2007 +0300 +++ b/src/modplug/stdafx.h Tue Oct 02 18:42:14 2007 +0300 @@ -19,8 +19,6 @@ #include #include -inline void ProcessPlugins(int n) {} - #elif defined(__x86_64__) || defined(__powerpc64__) #include @@ -74,8 +72,6 @@ return p; } -inline void ProcessPlugins(int n) {} - #define GlobalFreePtr(p) free((void *)(p)) #define strnicmp(a,b,c) strncasecmp(a,b,c) @@ -152,8 +148,6 @@ return p; } -inline void ProcessPlugins(int n) {} - #define GlobalFreePtr(p) free((void *)(p)) #define strnicmp(a,b,c) strncasecmp(a,b,c)