Commit 76bbd027 authored by Peter Oberndorfer's avatar Peter Oberndorfer Committed by Alexandre Julliard

user32: Remove unused lpGrayMask array.

parent c6511b00
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment