about summary refs log tree commit diff stats
path: root/src/HTFWriter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r--src/HTFWriter.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c
index 0a4154e7..dedb7bfa 100644
--- a/src/HTFWriter.c
+++ b/src/HTFWriter.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTFWriter.c,v 1.99 2011/06/11 12:15:28 tom Exp $
+ * $LynxId: HTFWriter.c,v 1.100 2012/08/15 23:25:33 tom Exp $
  *
  *		FILE WRITER				HTFWrite.h
  *		===========
@@ -660,9 +660,6 @@ HTStream *HTSaveAndExecute(HTPresentation *pres,
 	    /* 1998/01/23 (Fri) 17:38:26 */
 	    unsigned char *cp, *view_fname;
 
-#define IS_SJIS_HI1(hi) ((0x81<=hi)&&(hi<=0x9F))	/* 1st lev. */
-#define IS_SJIS_HI2(hi) ((0xE0<=hi)&&(hi<=0xEF))	/* 2nd lev. */
-
 	    me->fp = NULL;
 
 	    view_fname = fnam + 3;