mi: drop unused miInitOverlay()

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-07 13:43:55 +01:00
parent d5297bb001
commit f860c2623e
2 changed files with 0 additions and 1657 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,9 +8,4 @@
typedef void (*miOverlayTransFunc) (ScreenPtr, int, BoxPtr);
typedef Bool (*miOverlayInOverlayFunc) (WindowPtr);
extern _X_EXPORT Bool
miInitOverlay(ScreenPtr pScreen,
miOverlayInOverlayFunc inOverlay, miOverlayTransFunc trans);
#endif /* __MIOVERLAY_H */