From e032fd753e9fa7ab150f6c876afb2159732d1269 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 8 Apr 2010 13:16:53 +0300 Subject: [PATCH] speex: remove unused define --- ext/speex/gstspeexdec.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/speex/gstspeexdec.h b/ext/speex/gstspeexdec.h index c1498dccc1..6419a6ecf5 100644 --- a/ext/speex/gstspeexdec.h +++ b/ext/speex/gstspeexdec.h @@ -43,8 +43,6 @@ G_BEGIN_DECLS typedef struct _GstSpeexDec GstSpeexDec; typedef struct _GstSpeexDecClass GstSpeexDecClass; -#define DEC_MAX_FRAME_SIZE 2000 - struct _GstSpeexDec { GstElement element;