diff options
author | Vlad Zahorodnii <vlad.zahorodnii@kde.org> | 2022-01-30 21:56:02 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-01-31 14:10:08 +0000 |
commit | ab3b9f9a773e3ec2c40d80ab14277659b2a55ca6 (patch) | |
tree | 1833d8f116548d090f654f39eeb9cc7e21e9dd7b /include/xcursor | |
parent | ba6ba4b07ac2691b381a6a463d9217a031c699c7 (diff) |
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>
Diffstat (limited to 'include/xcursor')
-rw-r--r-- | include/xcursor/xcursor.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); |