From 21d040a439beac3c5bbc41299019e617ec1cf25a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 25 Feb 2025 17:27:37 +0100 Subject: [PATCH] (1832) mi: micmap: drop unused miInitVisualsProcPtr type It's last users gone about 15 years ago with commit a715de7f11afeda7798f0882148a94d4db2291e6, so no need to keep it around any longer. Signed-off-by: Enrico Weigelt, metux IT consult --- mi/micmap.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mi/micmap.h b/mi/micmap.h index 40a04608c..781b4e440 100644 --- a/mi/micmap.h +++ b/mi/micmap.h @@ -13,10 +13,6 @@ extern _X_EXPORT DevPrivateKeyRec micmapScrPrivateKeyRec; #define micmapScrPrivateKey (&micmapScrPrivateKeyRec) -typedef Bool (*miInitVisualsProcPtr) (VisualPtr *, DepthPtr *, int *, int *, - int *, VisualID *, unsigned long, int, - int); - extern _X_EXPORT int miListInstalledColormaps(ScreenPtr pScreen, Colormap * pmaps); extern _X_EXPORT void miInstallColormap(ColormapPtr pmap);