[USER32] Remove unused debug channels. Silences some clang-cl warnings.

This commit is contained in:
Amine Khaldi 2017-12-07 22:24:40 +01:00
parent 49db8dc2a2
commit 9443165625
7 changed files with 0 additions and 39 deletions

View file

@ -20,9 +20,6 @@
#include <user32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
static BOOL bMultiLineTitle;
static HFONT hIconTitleFont;

View file

@ -10,9 +10,6 @@
#include <user32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
DWORD RegisterDefaultClasses = FALSE;
static PFNCLIENT pfnClientA;

View file

@ -8,10 +8,6 @@
#include <user32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
/*
* Sequence of events:
*

View file

@ -6,16 +6,8 @@
* PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
*/
/* INCLUDES ******************************************************************/
#include <user32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
/* FUNCTIONS *****************************************************************/
VOID
WINAPI
UserSetLastError(IN DWORD dwErrCode)

View file

@ -25,16 +25,8 @@
* 09-05-2001 CSH Created
*/
/* INCLUDES ******************************************************************/
#include <user32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
/* FUNCTIONS *****************************************************************/
/*
* @implemented
*/

View file

@ -9,17 +9,8 @@
* 06-06-2001 CSH Created
*/
/* INCLUDES ******************************************************************/
#include <user32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
/* GLOBALS *******************************************************************/
/* FUNCTIONS *****************************************************************/
/*
* @implemented
*/

View file

@ -29,10 +29,6 @@
#include <user32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(text);
DWORD WINAPI GdiGetCodePage(HDC hdc);
INT WINAPI DrawTextExWorker( HDC hdc, LPWSTR str, INT i_count,