Alexandre Julliard : wineps.drv: Get rid of the empty SetDeviceClipping entry point.
Module: wine Branch: master Commit: ba2a6ee9837e79d160e4e3d04ac73358a2efdba7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ba2a6ee9837e79d160e4e3d04a... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jul 7 13:36:17 2011 +0200 wineps.drv: Get rid of the empty SetDeviceClipping entry point. --- dlls/wineps.drv/clipping.c | 9 --------- dlls/wineps.drv/wineps.drv.spec | 1 - 2 files changed, 0 insertions(+), 10 deletions(-) diff --git a/dlls/wineps.drv/clipping.c b/dlls/wineps.drv/clipping.c index f201dd1..e7bc710 100644 --- a/dlls/wineps.drv/clipping.c +++ b/dlls/wineps.drv/clipping.c @@ -25,15 +25,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(psdrv); /*********************************************************************** - * PSDRV_SetDeviceClipping - */ -void CDECL PSDRV_SetDeviceClipping( PSDRV_PDEVICE *physDev, HRGN vis_rgn, HRGN clip_rgn ) -{ - /* We could set a dirty flag here to speed up PSDRV_SetClip */ - return; -} - -/*********************************************************************** * PSDRV_SetClip * * The idea here is that every graphics operation should bracket diff --git a/dlls/wineps.drv/wineps.drv.spec b/dlls/wineps.drv/wineps.drv.spec index d14d919..e82f550 100644 --- a/dlls/wineps.drv/wineps.drv.spec +++ b/dlls/wineps.drv/wineps.drv.spec @@ -33,7 +33,6 @@ @ cdecl SetBkColor(ptr long) PSDRV_SetBkColor @ cdecl SetDCBrushColor(ptr long) PSDRV_SetDCBrushColor @ cdecl SetDCPenColor(ptr long) PSDRV_SetDCPenColor -@ cdecl SetDeviceClipping(ptr long long) PSDRV_SetDeviceClipping @ cdecl SetPixel(ptr long long long) PSDRV_SetPixel @ cdecl SetTextColor(ptr long) PSDRV_SetTextColor @ cdecl StartDoc(ptr ptr) PSDRV_StartDoc
participants (1)
-
Alexandre Julliard