Module: wine Branch: master Commit: c086f532f2bedcd6ef1b963bee4dd2060693d321 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c086f532f2bedcd6ef1b963bee...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Tue Dec 16 21:58:32 2008 +0000
comctl32: Remove unused Wine debug channel.
---
dlls/comctl32/theme_button.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/comctl32/theme_button.c b/dlls/comctl32/theme_button.c index 7d389c7..113e851 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 */