$NetBSD: patch-ba,v 1.1 2005/08/12 19:29:29 drochner Exp $

--- src/drvlatex2e.cpp.orig	2005-08-09 14:29:27.000000000 +0200
+++ src/drvlatex2e.cpp
@@ -284,27 +284,6 @@ void drvLATEX2E::show_text(const TextInf
 	const char * cp = textinfo.thetext.value();
 	//buffer << textinfo.thetext.value() 
 
-#if 0
-// characters to be handled specially	
-% -> \%
-# -> \#
-{ -> \{
-} -> \}
-_ -> \_
-& -> \&
-$ -> \$  
-	Tritt auch manchmal mit vernderter Bedeutung als $$ auf: --> \$\$
-
-\ -> \textbackslash
-^ -> \textasciicircum
-~ -> \textasciitilde
-
-Zustzlich machen folgende Zeichen oft Probleme:
-
-" -> \textquotedblright
-?`-> \textquestiondown
-!`-> \textexclamdown
-#endif
 	while (cp && *cp) {
 		if ((*cp == '%') ||
 			(*cp == '#') ||
