Make FOR_EACH_SUPPORTED_FILTER() local to filter_common.c.
[paraslash.git] / filter.h
index 7ae28fe4946a578b0d0f229359f740252de4b1b9..ab312f5d8d27ecc5eea55b8b127087bc9e8ac73c 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -140,8 +140,5 @@ static inline void write_int16_host_endian(char *buf, int val)
 
 DECLARE_FILTER_INITS
 
-/** Iterate over the array of supported filters. */
-#define FOR_EACH_SUPPORTED_FILTER(j)  for (j = 0; j < NUM_SUPPORTED_FILTERS; j++)
-
 /** The filter array, one structure for each supported filter. */
 extern struct filter filters[NUM_SUPPORTED_FILTERS];