Andrew Talbot : d3drm: Remove unused Wine debug channel.
Module: wine Branch: master Commit: 0fb481e0fd066f750e0924a4b8f1611ff28ef78a URL: http://source.winehq.org/git/wine.git/?a=commit;h=0fb481e0fd066f750e0924a4b8... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Tue Dec 16 21:58:35 2008 +0000 d3drm: Remove unused Wine debug channel. --- dlls/d3drm/math.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/dlls/d3drm/math.c b/dlls/d3drm/math.c index 76b73c0..ff416b6 100644 --- a/dlls/d3drm/math.c +++ b/dlls/d3drm/math.c @@ -30,10 +30,6 @@ #include "wingdi.h" #include "d3drmdef.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(d3drm); - /* Create a RGB color from its components */ D3DCOLOR WINAPI D3DRMCreateColorRGB(D3DVALUE red, D3DVALUE green, D3DVALUE blue) {
participants (1)
-
Alexandre Julliard