]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/htmlutil.cpp
remove @ingroup; use @category instead
[wxWidgets.git] / utils / tex2rtf / src / htmlutil.cpp
index 03e7ce595ba96608e28dc84605e89892f63804d7..553a563c8732390a5f08c1483ad74e482a022d19 100644 (file)
@@ -260,9 +260,6 @@ struct textreplace
 
 static textreplace notverb_array[] =
 {
-    tr(_T("\r\n\r\n"),  _T("<P>\n\n")), // unix
-    tr(_T("\n\n"),      _T("<P>\n\n")), // dos
-    tr(_T("\r\r"),      _T("<P>\n\n")), // mac
     tr(_T("``"),        _T("&#8220;")),
     tr(_T("''"),        _T("&#8221;")),
     tr(_T("`"),         _T("&#8216;")),