summaryrefslogtreecommitdiff
path: root/src/htshelp.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-13 17:21:54 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-13 17:21:54 +0000
commit3b40219431d3442123e04f9eded596be44ada830 (patch)
tree9ed1d2413d6ba3c294d25049335c4e9395bd88fd /src/htshelp.c
parent9f0340968f1c48895048ab3da72e0c74acc55f3c (diff)
Removed MMS (Microsoft Media Server) ripping code (mmsrip)
* protocol was finally dropped in Windows Media Services 2008 * mmsrip is not supported anymore * some licensing issues regarding the protocol (ha-ha)
Diffstat (limited to 'src/htshelp.c')
-rw-r--r--src/htshelp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/htshelp.c b/src/htshelp.c
index 03e51e2..e3c6830 100644
--- a/src/htshelp.c
+++ b/src/htshelp.c
@@ -488,10 +488,6 @@ void help(char *app, int more) {
infomsg(" %cN maximum number of connections/seconds (*%c10)");
infomsg
(" GN pause transfer if N bytes reached, and wait until lock file is deleted");
-#if HTS_USEMMS
- infomsg
- (" %mN maximum mms stream download time in seconds (60=1 minute, 3600=1 hour)");
-#endif
infomsg("");
infomsg("Flow control:");
infomsg(" cN number of multiple connections (*c8)");