From 219a5c797be0f4509a61fdb01b15181f5a518c77 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Sun, 9 Apr 2017 02:08:03 +0200 Subject: [PATCH] Issue #524 - Remove obsolete message --- src/language_en.h | 8 -------- src/message.c | 7 ------- 2 files changed, 15 deletions(-) diff --git a/src/language_en.h b/src/language_en.h index 1af5fa8..d6d1849 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -1635,14 +1635,6 @@ static languageDefinition language_en = { whichPluralForm_en, { " search stops for the current direction.\n" " TD cells that set the axis attribute are also treated as header cells.\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_WINDOWS_CHARS, 0, - "Characters codes for the Microsoft Windows fonts in the range\n" - "128 - 159 may not be recognized on other platforms. You are\n" - "instead recommended to use named entities, e.g. ™ rather\n" - "than Windows character code 153 (0x2122 in Unicode). Note that\n" - "as of February 1998 few browsers support the new entities.\n" - }, {/* This console output should be limited to 78 characters per line. - %s represents a string-encoding name which may be localized in your language. */ TEXT_VENDOR_CHARS, 0, diff --git a/src/message.c b/src/message.c index bd94bc9..2c5587e 100755 --- a/src/message.c +++ b/src/message.c @@ -757,13 +757,6 @@ void TY_(ErrorSummary)( TidyDocImpl* doc ) if (doc->badChars) { -#if 0 - if ( doc->badChars & WINDOWS_CHARS ) - { - message = TY_(tidyMessageCreate)( doc, TEXT_WINDOWS_CHARS, TidyDialogueDoc); - messagePos(message); - } -#endif if (doc->badChars & BC_VENDOR_SPECIFIC_CHARS) { message = TY_(tidyMessageCreate)( doc, TEXT_VENDOR_CHARS, TidyDialogueDoc, encnam);