winex11.drv: Remove unused PropertyAliasMap variable.

This commit is contained in:
Alexandre Julliard 2006-12-12 12:14:38 +01:00
parent 8c34da2297
commit e7b9a5f166
1 changed files with 0 additions and 12 deletions

View File

@ -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.
*/