comctl32: Remove unneccessary default debug channels.

oldstable
Marcus Meissner 2006-08-25 20:01:50 +02:00 committed by Alexandre Julliard
parent fd15b8d064
commit a7ca25aa20
3 changed files with 0 additions and 6 deletions

View File

@ -32,8 +32,6 @@
#include "comctl32.h" #include "comctl32.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(themingdialog);
/********************************************************************** /**********************************************************************
* The dialog subclass window proc. * The dialog subclass window proc.
*/ */

View File

@ -32,8 +32,6 @@
#include "comctl32.h" #include "comctl32.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(themingedit);
/* Draw themed border */ /* Draw themed border */
static void nc_paint (HTHEME theme, HWND hwnd, HRGN region) static void nc_paint (HTHEME theme, HWND hwnd, HRGN region)
{ {

View File

@ -32,8 +32,6 @@
#include "comctl32.h" #include "comctl32.h"
#include "wine/debug.h" #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(theminglistbox);
/* Draw themed border */ /* Draw themed border */
static void nc_paint (HTHEME theme, HWND hwnd, HRGN region) static void nc_paint (HTHEME theme, HWND hwnd, HRGN region)
{ {