aboutsummaryrefslogtreecommitdiff
path: root/graphics/pstoedit/files/patch-src-drvlatex2e.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstoedit/files/patch-src-drvlatex2e.cpp')
-rw-r--r--graphics/pstoedit/files/patch-src-drvlatex2e.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/pstoedit/files/patch-src-drvlatex2e.cpp b/graphics/pstoedit/files/patch-src-drvlatex2e.cpp
deleted file mode 100644
index 43b498b9a9d4..000000000000
--- a/graphics/pstoedit/files/patch-src-drvlatex2e.cpp
+++ /dev/null
@@ -1,30 +0,0 @@
---- src/drvlatex2e.cpp.pre_tr Sat Jun 18 22:35:42 2005
-+++ src/drvlatex2e.cpp Tue Aug 23 00:30:01 2005
-@@ -284,27 +284,6 @@
- const char * cp = textinfo.thetext.value();
- //buffer << textinfo.thetext.value()
-
--#if 0
--// characters to be handled specially
--% -> \%
--# -> \#
--{ -> \{
--} -> \}
--_ -> \_
--& -> \&
--$ -> \$
-- Tritt auch manchmal mit veränderter Bedeutung als $$ auf: --> \$\$
--
--\ -> \textbackslash
--^ -> \textasciicircum
--~ -> \textasciitilde
--
--Zusätzlich machen folgende Zeichen oft Probleme:
--
--" -> \textquotedblright
--?`-> \textquestiondown
--!`-> \textexclamdown
--#endif
- while (cp && *cp) {
- if ((*cp == '%') ||
- (*cp == '#') ||