From ba2a6ee9837e79d160e4e3d04ac73358a2efdba7 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 7 Jul 2011 13:36:17 +0200 Subject: [PATCH] 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, 10 deletions(-) diff --git a/dlls/wineps.drv/clipping.c b/dlls/wineps.drv/clipping.c index f201dd16191..e7bc710fe82 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 d14d919274e..e82f5500939 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 -- 2.11.4.GIT