Peter Oberndorfer : user32: Remove unused lpGrayMask array.

Alexandre Julliard julliard at winehq.org
Mon Jan 7 08:39:21 CST 2008


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

Author: Peter Oberndorfer <kumbayo84 at arcor.de>
Date:   Sun Jan  6 15:54:21 2008 +0100

user32: Remove unused lpGrayMask array.

---

 dlls/user32/nonclient.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/dlls/user32/nonclient.c b/dlls/user32/nonclient.c
index 45ac8cf..58671c5 100644
--- a/dlls/user32/nonclient.c
+++ b/dlls/user32/nonclient.c
@@ -32,17 +32,6 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(nonclient);
 
-static const BYTE lpGrayMask[] = { 0xAA, 0xA0,
-                                   0x55, 0x50,
-                                   0xAA, 0xA0,
-                                   0x55, 0x50,
-                                   0xAA, 0xA0,
-                                   0x55, 0x50,
-                                   0xAA, 0xA0,
-                                   0x55, 0x50,
-                                   0xAA, 0xA0,
-                                   0x55, 0x50};
-
 #define SC_ABOUTWINE            (SC_SCREENSAVE+1)
 #define SC_PUTMARK              (SC_SCREENSAVE+2)
 




More information about the wine-cvs mailing list