render: drop obsolete macros pict_f_transform and pict_f_vector

Over 1.5 decades ago, pixmap handling was moved to using pixman library,
but there's still a bit fallout from that left. Cleaning it up now.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1287>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-12 12:23:50 +01:00
committed by Marge Bot
parent 06685cabde
commit 10a8031865
6 changed files with 14 additions and 17 deletions

View File

@@ -56,9 +56,6 @@ typedef struct _PictFormat {
typedef struct pixman_vector PictVector, *PictVectorPtr;
typedef struct pixman_transform PictTransform, *PictTransformPtr;
#define pict_f_vector pixman_f_vector
#define pict_f_transform pixman_f_transform
#define PICT_GRADIENT_STOPTABLE_SIZE 1024
#define SourcePictTypeSolidFill 0
#define SourcePictTypeLinear 1