xcursor: garbage collect XcursorLibraryLoadImages

XcursorLibraryLoadImages is unused, let's drop it.

Same as [1].

[1]: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/206

Co-authored-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Vlad Zahorodnii 2022-01-30 21:56:02 +01:00 committed by Simon Zeni
parent ba6ba4b07a
commit ab3b9f9a77
2 changed files with 0 additions and 82 deletions

View file

@ -54,9 +54,6 @@ typedef struct _XcursorImages {
char *name; /* name used to load images */
} XcursorImages;
XcursorImages *
XcursorLibraryLoadImages (const char *file, const char *theme, int size);
void
XcursorImagesDestroy (XcursorImages *images);