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.
|
* Cached clipboard data.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue