From fabcc9ac0587d305a1e22f30c528d406e825f0b9 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 19 Oct 2014 17:24:43 +0000 Subject: [PATCH] [USER32] * We're not using any debugging routines here. svn path=/trunk/; revision=64827 --- reactos/win32ss/user/user32/windows/prop.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/win32ss/user/user32/windows/prop.c b/reactos/win32ss/user/user32/windows/prop.c index 8f9b1b8c2c4..d57f4dc9e9f 100644 --- a/reactos/win32ss/user/user32/windows/prop.c +++ b/reactos/win32ss/user/user32/windows/prop.c @@ -29,10 +29,6 @@ #include -#include - -WINE_DEFAULT_DEBUG_CHANNEL(user32); - #define ATOM_BUFFER_SIZE 256 /* INTERNAL FUNCTIONS ********************************************************/