winex11.drv: Remove the HTML Format -> text/html clipboard mapping.

The two formats do not match exactly.
oldstable
Vincent Povirk 2009-11-22 12:57:12 -06:00 committed by Alexandre Julliard
parent d19e2ada9c
commit 56b8536336
1 changed files with 0 additions and 2 deletions

View File

@ -295,7 +295,6 @@ static const WCHAR wszRichTextFormat[] = {'R','i','c','h',' ','T','e','x','t','
static const WCHAR wszGIF[] = {'G','I','F',0};
static const WCHAR wszJFIF[] = {'J','F','I','F',0};
static const WCHAR wszPNG[] = {'P','N','G',0};
static const WCHAR wszHTMLFormat[] = {'H','T','M','L',' ','F','o','r','m','a','t',0};
static const struct
{
LPCWSTR lpszFormat;
@ -307,7 +306,6 @@ static const struct
{ wszGIF, XATOM_image_gif },
{ wszJFIF, XATOM_image_jpeg },
{ wszPNG, XATOM_image_png },
{ wszHTMLFormat, XATOM_text_html },
};