mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
(1832) 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>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user