diff options
Diffstat (limited to 'libs/libcurl/src/rtsp.h')
-rw-r--r-- | libs/libcurl/src/rtsp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/libcurl/src/rtsp.h b/libs/libcurl/src/rtsp.h index 0b841765cf..27e04a0992 100644 --- a/libs/libcurl/src/rtsp.h +++ b/libs/libcurl/src/rtsp.h @@ -62,16 +62,6 @@ struct rtsp_conn { * RTSP unique setup
***************************************************************************/
struct RTSP {
- /*
- * http_wrapper MUST be the first element of this structure for the wrap
- * logic to work. In this way, we get a cheap polymorphism because
- * &(data->state.proto.rtsp) == &(data->state.proto.http) per the C spec
- *
- * HTTP functions can safely treat this as an HTTP struct, but RTSP aware
- * functions can also index into the later elements.
- */
- struct HTTP http_wrapper; /* wrap HTTP to do the heavy lifting */
-
long CSeq_sent; /* CSeq of this request */
long CSeq_recv; /* CSeq received */
};
|