X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsgml.C;h=9104cda839cb7b3f2eb7ca913a951f7e7f3b7dbf;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=435d71cc13cf8a57a94337d87ef17c35307d1c36;hpb=53274e31ec1cc715c0b48921ee67818790c2e99a;p=lyx.git diff --git a/src/sgml.C b/src/sgml.C index 435d71cc13..9104cda839 100644 --- a/src/sgml.C +++ b/src/sgml.C @@ -26,11 +26,6 @@ pair escapeChar(char c) string str; switch (c) { - case Paragraph::META_HFILL: - break; - case Paragraph::META_NEWLINE: - str = '\n'; - break; case ' ': return make_pair(true, string(" ")); break;