From: Andre Noll Date: Sun, 20 Apr 2008 19:06:21 +0000 (+0200) Subject: Remove unused WAV_FILTER_NUM. X-Git-Tag: v0.3.3~62 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=fde9a429e586861268453731f84713a61bacbd30;ds=sidebyside Remove unused WAV_FILTER_NUM. --- diff --git a/filter.h b/filter.h index 1b916eec..550c68d6 100644 --- a/filter.h +++ b/filter.h @@ -232,8 +232,6 @@ extern struct filter filters[]; /* filters that are always present */ DECLARE_EXTERN_FILTER_INIT(wav); -/* wav is always the first filter */ -#define WAV_FILTER_NUM 0 DECLARE_EXTERN_FILTER_INIT(compress); /* next the optional filters */