remove unused define

This commit is contained in:
Andreas Öman 2007-11-02 21:58:06 +00:00
parent 7e6e1a7091
commit d1e09a5fc0

2
rtsp.c
View file

@ -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;