Alexandre Julliard : wineps: Remove unneeded GetTransform prototype.
Module: wine Branch: master Commit: 49cb530ee38210fd6851e187b91eed8a6d7c4a59 URL: http://source.winehq.org/git/wine.git/?a=commit;h=49cb530ee38210fd6851e187b9... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jul 19 14:53:31 2011 +0200 wineps: Remove unneeded GetTransform prototype. --- dlls/wineps.drv/download.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/wineps.drv/download.c b/dlls/wineps.drv/download.c index c3ea79f..a09f97a 100644 --- a/dlls/wineps.drv/download.c +++ b/dlls/wineps.drv/download.c @@ -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 ) | \
participants (1)
-
Alexandre Julliard