about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTPlain.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTPlain.c')
-rw-r--r--WWW/Library/Implementation/HTPlain.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/WWW/Library/Implementation/HTPlain.c b/WWW/Library/Implementation/HTPlain.c
index 73feeccc..91a2585b 100644
--- a/WWW/Library/Implementation/HTPlain.c
+++ b/WWW/Library/Implementation/HTPlain.c
@@ -404,12 +404,6 @@ PRIVATE void HTPlain_write ARGS3(HTStream *, me, CONST char*, s, int, l)
 	*/
 	} else if (code == 8194 || code == 8195 || code == 8201) {
 	    HText_appendCharacter(me->text, ' ');
-	/*
-	**  Use ASCII hyphen for 8211 (ndash/endash)
-	**  or 8212 (mdash/emdash). - FM
-	*/
-	} else if (code == 8211 || code == 8212) {
-	    HText_appendCharacter(me->text, '-');
 #endif /* NOTDEFINED */
 
 /******************************************************************