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>
oldstable
Sebastian Lackner 2016-07-31 19:59:28 +02:00 committed by Alexandre Julliard
parent 9b13bb2296
commit aa4a1e17a2
1 changed files with 0 additions and 3 deletions

View File

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