Remove some more unused debugging channels.

This commit is contained in:
Marcus Meissner 2006-08-28 08:31:06 +02:00 committed by Alexandre Julliard
parent d28698dd73
commit b3a72ad1dd
6 changed files with 0 additions and 20 deletions

View file

@ -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];

View file

@ -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

View file

@ -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;

View file

@ -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

View file

@ -27,9 +27,6 @@
#endif
#include "debugger.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
struct search_list
{

View file

@ -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
*