diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-06-28 11:38:58 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-09-01 22:06:49 +0000 |
commit | 989c46fc9d2c22b340ae14988f775f380e3e3755 (patch) | |
tree | 9cbd90e11929cb711b01eb1d07797c40737a6f05 /include | |
parent | b48e4a9cb71c0857d296956c420d50a1330c93e9 (diff) |
dix: unexport FakeAllocColor()
Not used by any driver/module, 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/1581>
Diffstat (limited to 'include')
-rw-r--r-- | include/colormap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/colormap.h b/include/colormap.h index 5279998f8..14cec9b91 100644 --- a/include/colormap.h +++ b/include/colormap.h @@ -74,9 +74,6 @@ typedef CARD32 Pixel; /* moved to screenint.h: typedef struct _ColormapRec *ColormapPtr */ typedef struct _colorResource *colorResourcePtr; -extern _X_EXPORT void FakeAllocColor(ColormapPtr /*pmap */ , - xColorItem * /*item */ ); - extern _X_EXPORT void FakeFreeColor(ColormapPtr /*pmap */ , Pixel /*pixel */ ); |