From 264209da4a75cf323caf3e1a5e89534f15086b73 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 5 May 2017 13:17:54 +0000 Subject: move .ll to the roff modules --- man_term.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index ac04dd6f..ba096f0d 100644 --- a/man_term.c +++ b/man_term.c @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.195 2017/05/05 02:06:19 schwarze Exp $ */ +/* $Id: man_term.c,v 1.196 2017/05/05 13:17:55 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017 Ingo Schwarze @@ -83,7 +83,6 @@ static int pre_alternate(DECL_ARGS); static int pre_ign(DECL_ARGS); static int pre_in(DECL_ARGS); static int pre_literal(DECL_ARGS); -static int pre_ll(DECL_ARGS); static int pre_sp(DECL_ARGS); static void post_IP(DECL_ARGS); @@ -130,7 +129,6 @@ static const struct termact __termacts[MAN_MAX - MAN_TH] = { { pre_literal, NULL, 0 }, /* EE */ { pre_UR, post_UR, 0 }, /* UR */ { NULL, NULL, 0 }, /* UE */ - { pre_ll, NULL, MAN_NOTEXT }, /* ll */ }; static const struct termact *termacts = __termacts - MAN_TH; @@ -216,14 +214,6 @@ pre_ign(DECL_ARGS) return 0; } -static int -pre_ll(DECL_ARGS) -{ - - term_setwidth(p, n->child != NULL ? n->child->string : NULL); - return 0; -} - static int pre_I(DECL_ARGS) { -- cgit v1.2.3-56-ge451