wineps: Remove unneeded GetTransform prototype.

This commit is contained in:
Alexandre Julliard 2011-07-19 14:53:31 +02:00
parent cc8c831c4d
commit 49cb530ee3
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(psdrv);
BOOL WINAPI GetTransform( HDC hdc, DWORD which, XFORM *xform );
#define MS_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
( ( (DWORD)_x4 << 24 ) | \
( (DWORD)_x3 << 16 ) | \