dix: unexport Ones()

It's not used by any module/driver, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1695>
(cherry picked from commit 1642adec3b)
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-13 16:15:53 +02:00
committed by Alan Coopersmith
parent cf0da4e7c8
commit 34f3752ab8
16 changed files with 54 additions and 14 deletions

View File

@@ -394,8 +394,6 @@ extern _X_EXPORT void SwapShorts(short *list, unsigned long count);
extern _X_EXPORT void MakePredeclaredAtoms(void);
extern _X_EXPORT int Ones(unsigned long /*mask */ );
typedef struct _xPoint *DDXPointPtr;
typedef struct pixman_box16 *BoxPtr;
typedef struct _xEvent *xEventPtr;