diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-21 16:19:33 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-21 16:19:33 +0000 | 
| commit | 6776e15f34341c1370abeb12053cdb7b839a95b6 (patch) | |
| tree | e512c66094e558f4c3cc1a396e6f0cb8722e90c4 | |
| parent | fix indent (diff) | |
| download | w3m-6776e15f34341c1370abeb12053cdb7b839a95b6.tar.gz w3m-6776e15f34341c1370abeb12053cdb7b839a95b6.zip | |
* file.c (discardline): not used
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | file.c | 15 | 
2 files changed, 6 insertions, 15 deletions
| @@ -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) | 
