From c086f532f2bedcd6ef1b963bee4dd2060693d321 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Tue, 16 Dec 2008 21:58:32 +0000 Subject: [PATCH] comctl32: Remove unused Wine debug channel. --- dlls/comctl32/theme_button.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/comctl32/theme_button.c b/dlls/comctl32/theme_button.c index 7d389c7f8ab..113e851b14f 100644 --- a/dlls/comctl32/theme_button.c +++ b/dlls/comctl32/theme_button.c @@ -30,9 +30,6 @@ #include "uxtheme.h" #include "tmschema.h" #include "comctl32.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(themingbutton); #define BUTTON_TYPE 0x0f /* bit mask for the available button types */