[w3m-dev 03352] w3mimgsize is not necessary.

* XMakefile (IMGSIZE): removed
* config.h.dist (IMGSIZE): removed
* configure (imgtarget): remove IMGSIZE
	(config.h): remove IMGSIZE
* rc.c (CMT_IMGSIZE): removed
* doc/README.img: remove imgsize
* w3mimgsize.c: removed
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2002-10-28 17:09:15 +00:00
parent 1cf8872ba1
commit e52ed1d5a5
7 changed files with 16 additions and 48 deletions

4
rc.c
View File

@@ -1,4 +1,4 @@
/* $Id: rc.c,v 1.53 2002/10/27 16:59:33 ukai Exp $ */
/* $Id: rc.c,v 1.54 2002/10/28 17:09:29 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -74,7 +74,6 @@ static char *config_file = NULL;
#define CMT_EXT_IMAGE_VIEWER "画像を外部ビューワで表示"
#define CMT_IMAGE_SCALE "画像のスケール(%)"
#define CMT_IMGDISPLAY "画像を表示するためのコマンド"
#define CMT_IMGSIZE "画像の大きさを得るためのコマンド"
#endif
#define CMT_MULTICOL "ファイル名のマルチカラム表示"
#define CMT_ALT_ENTITY "エンティティを ASCII の代替表現で表す"
@@ -217,7 +216,6 @@ static char *config_file = NULL;
#define CMT_EXT_IMAGE_VIEWER "Use external image viewer"
#define CMT_IMAGE_SCALE "Scale of image (%)"
#define CMT_IMGDISPLAY "External command to display image"
#define CMT_IMGSIZE "External command to get size of image"
#endif
#define CMT_MULTICOL "Display file names in multi-column format"
#define CMT_ALT_ENTITY "Use ASCII equivalents to display entities"