gdi32/enhmfdrv: Remove unused debug channel.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9b13bb2296
commit
aa4a1e17a2
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue