From d1e09a5fc058de3cea490bade16ce1aad4523447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 2 Nov 2007 21:58:06 +0000 Subject: [PATCH] remove unused define --- rtsp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtsp.c b/rtsp.c index 1f520322..3c8534d2 100644 --- a/rtsp.c +++ b/rtsp.c @@ -50,8 +50,6 @@ static AVRandomState rtsp_rnd; -#define RTSP_MAX_LINE_LEN 1000 - LIST_HEAD(rtsp_session_head, rtsp_session); static struct rtsp_session_head rtsp_sessions;