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

Remove some more unused debugging channels.

parent d28698dd
......@@ -22,11 +22,8 @@
#include <windows.h>
#include <ctype.h>
#include <wine/debug.h>
#include "explorer_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(explorer);
typedef struct parametersTAG {
BOOL explorer_mode;
WCHAR root[MAX_PATH];
......
......@@ -36,10 +36,6 @@
#include "main.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(regedit);
/* spaces dividing hex and ASCII */
#define DIV_SPACES 4
......
......@@ -26,11 +26,7 @@
#include "main.h"
#include "wine/debug.h"
#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(regedit);
static INT Image_String;
static INT Image_Binary;
......
......@@ -23,9 +23,6 @@
#include <string.h>
#include "debugger.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
/* needs to be power of 2, search for MARK to see why :) */
#define DISPTAB_DELTA 8
......
......@@ -27,9 +27,6 @@
#endif
#include "debugger.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
struct search_list
{
......
......@@ -28,11 +28,8 @@
#include "debugger.h"
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/debug.h"
#include "tlhelp32.h"
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
/***********************************************************************
* stack_info
*
......
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