[PATCH] remove unneccessary default debug channels and wine/debug.h

Marcus Meissner marcus at jet.franken.de
Fri Aug 25 13:01:50 CDT 2006


inclusion.

---

 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(-)

cbde443215a5541a4bdb8c217152598e126ae554
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 "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 "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 "comctl32.h"
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(theminglistbox);
-
 /* Draw themed border */
 static void nc_paint (HTHEME theme, HWND hwnd, HRGN region)
 {
-- 
1.2.4



More information about the wine-patches mailing list