aboutsummaryrefslogtreecommitdiffstats
path: root/cursor/xcursor.h
diff options
context:
space:
mode:
authorVlad Zahorodnii <vlad.zahorodnii@kde.org>2022-01-27 21:11:20 +0200
committerSimon Ser <contact@emersion.fr>2022-02-05 14:33:32 +0000
commit4ebd997de2b52c0998a91436ed05ffbe6d56a306 (patch)
treeb40eb117a2790668508760c36daf44dee4064630 /cursor/xcursor.h
parentdisplay-test: Fix a race condition in test suite (diff)
downloadwayland-4ebd997de2b52c0998a91436ed05ffbe6d56a306.tar
wayland-4ebd997de2b52c0998a91436ed05ffbe6d56a306.tar.gz
wayland-4ebd997de2b52c0998a91436ed05ffbe6d56a306.tar.bz2
wayland-4ebd997de2b52c0998a91436ed05ffbe6d56a306.tar.lz
wayland-4ebd997de2b52c0998a91436ed05ffbe6d56a306.tar.xz
wayland-4ebd997de2b52c0998a91436ed05ffbe6d56a306.tar.zst
wayland-4ebd997de2b52c0998a91436ed05ffbe6d56a306.zip
cursor: Remove unused XcursorLibraryLoadImages() function
XcursorLibraryLoadImages() function is unused and not exported according to objdump, so its removal should be an ABI compatible change. Signed-off-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org>
Diffstat (limited to 'cursor/xcursor.h')
-rw-r--r--cursor/xcursor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cursor/xcursor.h b/cursor/xcursor.h
index c1ca12c..fe2339a 100644
--- a/cursor/xcursor.h
+++ b/cursor/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);