* We're not using any debugging routines here.

svn path=/trunk/; revision=64809
This commit is contained in:
Amine Khaldi 2014-10-18 18:37:28 +00:00
parent 2864422049
commit 02c5aaa0bd

View file

@ -29,10 +29,6 @@
#include <user32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
static HBRUSH FrameBrushes[13];
static HBITMAP hHatch;
const DWORD HatchBitmap[4] = {0x5555AAAA, 0x5555AAAA, 0x5555AAAA, 0x5555AAAA};