diff options
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.167 2002/12/21 16:17:13 ukai Exp $ */ +/* $Id: file.c,v 1.168 2002/12/21 16:19:33 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -2798,19 +2798,6 @@ flushline(struct html_feed_environ *h_env, struct readbuffer *obuf, int indent, push_tag(obuf, "<U>", HTML_U); } -static void -discardline(struct readbuffer *obuf, int indent) -{ - append_tags(obuf); - Strclear(obuf->line); - obuf->pos = 0; - obuf->prevchar = ' '; - obuf->bp.init_flag = 1; - set_breakpoint(obuf, 0); - obuf->prev_ctype = PC_ASCII; - fillline(obuf, indent); -} - void do_blankline(struct html_feed_environ *h_env, struct readbuffer *obuf, int indent, int indent_incr, int width) |