fb: unexport fbListInstalledColormaps()

Not used by any drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-04-23 14:21:21 +02:00
parent 50c2c59dc9
commit bfcbcf0302
3 changed files with 2 additions and 4 deletions

View File

@@ -22,5 +22,6 @@ static inline void fbValidateDrawable(DrawablePtr d) {}
#endif /* FB_DEBUG */
Bool fbAllocatePrivates(ScreenPtr pScreen);
int fbListInstalledColormaps(ScreenPtr pScreen, Colormap* pmaps);
#endif /* XORG_FB_PRIV_H */