* file.c (discardline): not used
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-12-22 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||
|
||||
* file.c (discardline): not used
|
||||
|
||||
2002-12-22 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
||||
|
||||
* [w3m-dev 03593] Re: segmentation fault when <title> exist after <img>
|
||||
@@ -5996,4 +6000,4 @@ a * [w3m-dev 03276] compile error on EWS4800
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.638 2002/12/21 16:16:43 ukai Exp $
|
||||
$Id: ChangeLog,v 1.639 2002/12/21 16:19:33 ukai Exp $
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user