Mercurial > audlegacy-plugins
changeset 1960:a76855c7942e
Remove useless ProcessPlugins().
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 02 Oct 2007 18:42:14 +0300 |
parents | 3fef1171cd6c |
children | e8ea3a76a84e |
files | src/modplug/sndmix.cxx src/modplug/stdafx.h |
diffstat | 2 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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); }
--- 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 <mmsystem.h> #include <stdio.h> -inline void ProcessPlugins(int n) {} - #elif defined(__x86_64__) || defined(__powerpc64__) #include <stdlib.h> @@ -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)