From 5595e7ce0735db6f82e1fe9df45434826019bf9e Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Tue, 24 Apr 2012 18:15:17 +0200 Subject: randr: Remove redundant declaration. Signed-off-by: Michal Suchanek Reviewed-by: Dave Airlie Signed-off-by: Dave Airlie --- randr/randrstr.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'randr/randrstr.h') diff --git a/randr/randrstr.h b/randr/randrstr.h index 273885de7..1c0e9d4db 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -574,25 +574,6 @@ extern _X_EXPORT Bool extern _X_EXPORT void RRCrtcGetScanoutSize(RRCrtcPtr crtc, int *width, int *height); -/* - * Compute the complete transformation matrix including - * client-specified transform, rotation/reflection values and the crtc - * offset. - * - * Return TRUE if the resulting transform is not a simple translation. - */ -extern _X_EXPORT Bool - -RRTransformCompute(int x, - int y, - int width, - int height, - Rotation rotation, - RRTransformPtr rr_transform, - PictTransformPtr transform, - struct pict_f_transform *f_transform, - struct pict_f_transform *f_inverse); - /* * Return crtc transform */ -- cgit v1.2.3