Module: wine Branch: master Commit: e7b9a5f166cb1e78e87bf432d1275b3b2bda00bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=e7b9a5f166cb1e78e87bf432d1...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 12 12:14:38 2006 +0100
winex11.drv: Remove unused PropertyAliasMap variable.
---
dlls/winex11.drv/clipboard.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/dlls/winex11.drv/clipboard.c b/dlls/winex11.drv/clipboard.c index b63fd05..157c0e5 100644 --- a/dlls/winex11.drv/clipboard.c +++ b/dlls/winex11.drv/clipboard.c @@ -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. */