(!1695) 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>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-13 16:15:53 +02:00
parent fd42d73016
commit df066cef88
14 changed files with 20 additions and 2 deletions

View File

@@ -390,8 +390,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;