From 7ffcd1484515d42e9fd45178afffc0144704e6c8 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 28 Jun 2024 12:35:33 +0200 Subject: [PATCH] (submit/colormap.h) 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 --- 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 */ );