gdi32/enhmfdrv: Remove unused debug channel.

Sebastian Lackner sebastian at fds-team.de
Sun Jul 31 12:59:28 CDT 2016


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---
 dlls/gdi32/enhmfdrv/dc.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/gdi32/enhmfdrv/dc.c b/dlls/gdi32/enhmfdrv/dc.c
index 64c6136..91fde55 100644
--- a/dlls/gdi32/enhmfdrv/dc.c
+++ b/dlls/gdi32/enhmfdrv/dc.c
@@ -21,9 +21,6 @@
 
 #include <assert.h>
 #include "enhmfdrv/enhmetafiledrv.h"
-#include "wine/debug.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(enhmetafile);
 
 /* get the emf physdev from the path physdev */
 static inline PHYSDEV get_emfdev( PHYSDEV path )
-- 
2.9.0



More information about the wine-patches mailing list