From a7ca25aa200c659b233196c0ca9816cb1e6c9524 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 25 Aug 2006 20:01:50 +0200 Subject: [PATCH] comctl32: Remove unneccessary default debug channels. --- dlls/comctl32/theme_dialog.c | 2 -- dlls/comctl32/theme_edit.c | 2 -- dlls/comctl32/theme_listbox.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/dlls/comctl32/theme_dialog.c b/dlls/comctl32/theme_dialog.c index cfcb56f937b..92859418e76 100644 --- a/dlls/comctl32/theme_dialog.c +++ b/dlls/comctl32/theme_dialog.c @@ -32,8 +32,6 @@ #include "comctl32.h" #include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(themingdialog); - /********************************************************************** * The dialog subclass window proc. */ diff --git a/dlls/comctl32/theme_edit.c b/dlls/comctl32/theme_edit.c index 3cbf7608121..b3b142a11db 100644 --- a/dlls/comctl32/theme_edit.c +++ b/dlls/comctl32/theme_edit.c @@ -32,8 +32,6 @@ #include "comctl32.h" #include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(themingedit); - /* Draw themed border */ static void nc_paint (HTHEME theme, HWND hwnd, HRGN region) { diff --git a/dlls/comctl32/theme_listbox.c b/dlls/comctl32/theme_listbox.c index 93e9ac7d926..8147ba4cf15 100644 --- a/dlls/comctl32/theme_listbox.c +++ b/dlls/comctl32/theme_listbox.c @@ -32,8 +32,6 @@ #include "comctl32.h" #include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(theminglistbox); - /* Draw themed border */ static void nc_paint (HTHEME theme, HWND hwnd, HRGN region) {