summaryrefslogtreecommitdiff
path: root/src/htscoremain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htscoremain.c')
-rw-r--r--src/htscoremain.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/htscoremain.c b/src/htscoremain.c
index ff44a6a..5545b04 100644
--- a/src/htscoremain.c
+++ b/src/htscoremain.c
@@ -1549,13 +1549,6 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp * opt) {
com++;
}
break;
-#if HTS_USEMMS
- case 'm':
- sscanf(com + 1, "%d", &opt->mms_maxtime);
- while(isdigit((unsigned char) *(com + 1)))
- com++;
- break;
-#endif
case 'w': // disable specific plugin
if ((na + 1 >= argc) || (argv[na + 1][0] == '-')) {
HTS_PANIC_PRINTF