From 02c5aaa0bd0bc82772729be139ecdb800b9914a5 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 18 Oct 2014 18:37:28 +0000 Subject: [PATCH] [USER32] * We're not using any debugging routines here. svn path=/trunk/; revision=64809 --- reactos/win32ss/user/user32/windows/paint.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/win32ss/user/user32/windows/paint.c b/reactos/win32ss/user/user32/windows/paint.c index 74e3c8af1e1..5ef31feae75 100644 --- a/reactos/win32ss/user/user32/windows/paint.c +++ b/reactos/win32ss/user/user32/windows/paint.c @@ -29,10 +29,6 @@ #include -#include - -WINE_DEFAULT_DEBUG_CHANNEL(user32); - static HBRUSH FrameBrushes[13]; static HBITMAP hHatch; const DWORD HatchBitmap[4] = {0x5555AAAA, 0x5555AAAA, 0x5555AAAA, 0x5555AAAA};