diff options
Diffstat (limited to 'contrib/less/optfunc.c')
-rw-r--r-- | contrib/less/optfunc.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/contrib/less/optfunc.c b/contrib/less/optfunc.c index 79ac7c6..a0aa10a 100644 --- a/contrib/less/optfunc.c +++ b/contrib/less/optfunc.c @@ -132,34 +132,6 @@ opt__O(type, s) #endif /* - * Handlers for -l option. - */ - public void -opt_l(type, s) - int type; - char *s; -{ - int err; - int n; - char *t; - - switch (type) - { - case INIT: - t = s; - n = getnum(&t, "l", &err); - if (err || n <= 0) - { - error("Line number is required after -l", NULL_PARG); - return; - } - plusoption = TRUE; - ungetsc(s); - break; - } -} - -/* * Handlers for -j option. */ public void |