1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

curl_setup.h: Removed duplicate CURL_DISABLE_RTSP when HTTP_ONLY defined

This commit is contained in:
Steve Holme 2015-11-11 22:19:39 +00:00
parent d64add3c71
commit 6479f5a076

View File

@ -181,9 +181,6 @@
# ifndef CURL_DISABLE_SMTP # ifndef CURL_DISABLE_SMTP
# define CURL_DISABLE_SMTP # define CURL_DISABLE_SMTP
# endif # endif
# ifndef CURL_DISABLE_RTSP
# define CURL_DISABLE_RTSP
# endif
# ifndef CURL_DISABLE_RTMP # ifndef CURL_DISABLE_RTMP
# define CURL_DISABLE_RTMP # define CURL_DISABLE_RTMP
# endif # endif