Issue #524 - Remove obsolete message

This commit is contained in:
Geoff McLane 2017-04-09 02:08:03 +02:00
parent 19c0655333
commit 219a5c797b
2 changed files with 0 additions and 15 deletions

View File

@ -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,

View File

@ -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);