wineps.drv: Get rid of the empty SetDeviceClipping entry point.
This commit is contained in:
parent
4e2a28bd03
commit
ba2a6ee983
|
@ -24,15 +24,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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue