From e52ed1d5a5b1265a3f644e153965d88749a094cc Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 28 Oct 2002 17:09:15 +0000 Subject: [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 --- rc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rc.c') diff --git a/rc.c b/rc.c index 2df1942..4531298 100644 --- a/rc.c +++ b/rc.c @@ -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" -- cgit v1.2.3