Compare commits

...

1 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult 45c5997062 mi: micmap: drop unused miInitVisualsProcPtr type
It's last users gone about 15 years ago with commit
a715de7f11, so no need
to keep it around any longer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-04-02 17:36:57 +00:00

View File

@ -11,10 +11,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);