mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
winex11.drv: Remove unused PropertyAliasMap variable.
This commit is contained in:
parent
8c34da2297
commit
e7b9a5f166
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user