]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
remove unused define
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 2 Nov 2007 21:58:06 +0000 (21:58 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Fri, 2 Nov 2007 21:58:06 +0000 (21:58 +0000)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index 1f520322830f3d4e0ea328d2a31be6856961eb93..3c8534d29b97920404009f99eab7ad1ae20b4621 100644 (file)
--- 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;