diff --git a/utils/tex2rtf/src/htmlutil.cpp b/utils/tex2rtf/src/htmlutil.cpp index 03e7ce595b..553a563c87 100644 --- a/utils/tex2rtf/src/htmlutil.cpp +++ b/utils/tex2rtf/src/htmlutil.cpp @@ -260,9 +260,6 @@ struct textreplace static textreplace notverb_array[] = { - tr(_T("\r\n\r\n"), _T("

\n\n")), // unix - tr(_T("\n\n"), _T("

\n\n")), // dos - tr(_T("\r\r"), _T("

\n\n")), // mac tr(_T("``"), _T("“")), tr(_T("''"), _T("”")), tr(_T("`"), _T("‘")),