aboutsummaryrefslogtreecommitdiff
path: root/include/xcursor/xcursor.h
diff options
context:
space:
mode:
authorVlad Zahorodnii <vlad.zahorodnii@kde.org>2022-01-30 21:56:02 +0100
committerSimon Zeni <simon@bl4ckb0ne.ca>2022-01-31 14:10:08 +0000
commitab3b9f9a773e3ec2c40d80ab14277659b2a55ca6 (patch)
tree1833d8f116548d090f654f39eeb9cc7e21e9dd7b /include/xcursor/xcursor.h
parentba6ba4b07ac2691b381a6a463d9217a031c699c7 (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/xcursor.h')
-rw-r--r--include/xcursor/xcursor.h3
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);