Alexandre Julliard : winex11.drv: Remove unused PropertyAliasMap variable.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Dec 12 08:42:11 CST 2006


Module: wine
Branch: master
Commit: e7b9a5f166cb1e78e87bf432d1275b3b2bda00bf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e7b9a5f166cb1e78e87bf432d1275b3b2bda00bf

Author: Alexandre Julliard <julliard at 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.
  */




More information about the wine-cvs mailing list