Module: wine Branch: master Commit: a7ca25aa200c659b233196c0ca9816cb1e6c9524 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a7ca25aa200c659b233196c0...
Author: Marcus Meissner marcus@jet.franken.de Date: Fri Aug 25 20:01:50 2006 +0200
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, 0 insertions(+), 6 deletions(-)
diff --git a/dlls/comctl32/theme_dialog.c b/dlls/comctl32/theme_dialog.c index cfcb56f..9285941 100644 --- a/dlls/comctl32/theme_dialog.c +++ b/dlls/comctl32/theme_dialog.c @@ -32,8 +32,6 @@ #include "tmschema.h" #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 3cbf760..b3b142a 100644 --- a/dlls/comctl32/theme_edit.c +++ b/dlls/comctl32/theme_edit.c @@ -32,8 +32,6 @@ #include "tmschema.h" #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 93e9ac7..8147ba4 100644 --- a/dlls/comctl32/theme_listbox.c +++ b/dlls/comctl32/theme_listbox.c @@ -32,8 +32,6 @@ #include "tmschema.h" #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) {