(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:
parent
539ed037b4
commit
21d040a439
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue