Commit e7b9a5f1 authored by Alexandre Julliard's avatar Alexandre Julliard

winex11.drv: Remove unused PropertyAliasMap variable.

parent 8c34da22
......@@ -301,18 +301,6 @@ static const struct
};
/* Maps equivalent X properties. It is assumed that lpszProperty must already
be in ClipFormats or PropertyFormatMap. */
static const struct
{
UINT drvDataProperty;
UINT drvDataAlias;
} PropertyAliasMap[] =
{
/* DataProperty, DataAlias */
};
/*
* Cached clipboard data.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment