winecfg: The winecfg debug channel is unused so remove it.

This commit is contained in:
Francois Gouget 2010-06-24 10:18:26 +02:00 committed by Alexandre Julliard
parent 3c58b1a6f6
commit c5bd7e4eb6

View file

@ -29,12 +29,10 @@
#include <windows.h>
#include <commctrl.h>
#include <shellapi.h>
#include <wine/debug.h>
#include "resource.h"
#include "winecfg.h"
WINE_DEFAULT_DEBUG_CHANNEL(winecfg);
static HICON logo = NULL;
static HFONT titleFont = NULL;