summaryrefslogtreecommitdiff
path: root/cursor
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-04-17 17:02:49 +0200
committerSimon Ser <contact@emersion.fr>2022-05-23 08:59:05 +0000
commit13d4ae01cbc70f0fcd37d883869382f3a567425a (patch)
tree8d229e6e0e0c9357996d5c7f599cee682f533c56 /cursor
parent7658cff241d7d89fba3733e0f3d0718993308450 (diff)
downloadwayland-13d4ae01cbc70f0fcd37d883869382f3a567425a.tar.gz
cursor: drop XCURSOR_LIB_* defines
These are unused. Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'cursor')
-rw-r--r--cursor/xcursor.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/cursor/xcursor.c b/cursor/xcursor.c
index 60d2b99..87fe83c 100644
--- a/cursor/xcursor.c
+++ b/cursor/xcursor.c
@@ -65,18 +65,6 @@
#define XCURSOR_MAGIC 0x72756358 /* "Xcur" LSBFirst */
/*
- * Current Xcursor version number. Will be substituted by configure
- * from the version in the libXcursor configure.ac file.
- */
-
-#define XCURSOR_LIB_MAJOR 1
-#define XCURSOR_LIB_MINOR 1
-#define XCURSOR_LIB_REVISION 13
-#define XCURSOR_LIB_VERSION ((XCURSOR_LIB_MAJOR * 10000) + \
- (XCURSOR_LIB_MINOR * 100) + \
- (XCURSOR_LIB_REVISION))
-
-/*
* This version number is stored in cursor files; changes to the
* file format require updating this version number
*/