mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
comctl32: Remove unneccessary default debug channels.
This commit is contained in:
parent
fd15b8d064
commit
a7ca25aa20
3 changed files with 0 additions and 6 deletions
|
@ -32,8 +32,6 @@
|
|||
#include "comctl32.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(themingdialog);
|
||||
|
||||
/**********************************************************************
|
||||
* The dialog subclass window proc.
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue