From ab3b9f9a773e3ec2c40d80ab14277659b2a55ca6 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Sun, 30 Jan 2022 21:56:02 +0100 Subject: 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 --- include/xcursor/xcursor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/xcursor') diff --git a/include/xcursor/xcursor.h b/include/xcursor/xcursor.h index 285f4de6..c21707b4 100644 --- a/include/xcursor/xcursor.h +++ b/include/xcursor/xcursor.h @@ -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); -- cgit v1.2.3