diff src/modplug/stdafx.h @ 1960:a76855c7942e

Remove useless ProcessPlugins().
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Oct 2007 18:42:14 +0300
parents d3071c7bb046
children 3673c7ec4ea2
line wrap: on
line diff
--- 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)