Commit a7ca25aa authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

comctl32: Remove unneccessary default debug channels.

parent fd15b8d0
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment