From 7c03549134c9542984607fb0ba3ae905cc682779 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 28 Jun 2024 12:35:33 +0200 Subject: [PATCH] include: colormap.h: drop unused typedef colorResourcePtr This typedef isn't used anywhere, so can be dropped. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- include/colormap.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/colormap.h b/include/colormap.h index 96321b452..15f11de69 100644 --- a/include/colormap.h +++ b/include/colormap.h @@ -71,9 +71,6 @@ SOFTWARE. typedef CARD32 Pixel; -/* moved to screenint.h: typedef struct _ColormapRec *ColormapPtr */ -typedef struct _colorResource *colorResourcePtr; - extern _X_EXPORT Bool ResizeVisualArray(ScreenPtr /* pScreen */ , int /* new_vis_count */ , DepthPtr /* depth */ );