From fde9a429e586861268453731f84713a61bacbd30 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 20 Apr 2008 21:06:21 +0200 Subject: [PATCH] Remove unused WAV_FILTER_NUM. --- filter.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.39.2