From 3c0c56c4bf0e40ae33221e3d7574a83e581b3d86 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 19 May 2025 17:10:23 +0200 Subject: [PATCH] glamor: drop glamor_egl_create_textured_screen_ext() macro Not used anymore, so no need to keep it around any longer. Signed-off-by: Enrico Weigelt, metux IT consult --- glamor/glamor.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/glamor/glamor.h b/glamor/glamor.h index 1db583566..8d7ac5ceb 100644 --- a/glamor/glamor.h +++ b/glamor/glamor.h @@ -369,12 +369,6 @@ extern _X_EXPORT Bool glamor_egl_init_textured_pixmap(ScreenPtr screen); extern _X_EXPORT Bool glamor_egl_create_textured_screen(ScreenPtr screen, int handle, int stride); -/* Obsolete entrypoint, temporarily left here for API compatibility - * for xf86-video-ati. - */ -#define glamor_egl_create_textured_screen_ext(a, b, c, d) \ - glamor_egl_create_textured_screen(a, b, c) - /* * @glamor_egl_create_textured_pixmap: Try to create a textured pixmap from * a BO handle.