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>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-13 16:15:53 +02:00
committed by Marge Bot
parent 91b5a003a5
commit 1642adec3b
14 changed files with 20 additions and 2 deletions

View File

@@ -23,6 +23,8 @@
#include <dix-config.h>
#include "os/osdep.h"
#include "scrnintstr.h"
#include "gcstruct.h"
#include "pixmapstr.h"