From 30670e72c70bd6f2f1de5f0c3bed165d30f261d6 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 5 Mar 2024 20:05:42 +0100 Subject: [PATCH] dix: unexport FreeDefaultStipple() Not used by any driver, so no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- dix/gc_priv.h | 2 ++ include/gc.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dix/gc_priv.h b/dix/gc_priv.h index d5f83c148..c9fd0f9ff 100644 --- a/dix/gc_priv.h +++ b/dix/gc_priv.h @@ -28,4 +28,6 @@ Bool CreateGCperDepth(int screenNum); Bool CreateDefaultStipple(int screenNum); +void FreeDefaultStipple(int screenNum); + #endif /* _XSERVER_DIX_GC_PRIV_H */ diff --git a/include/gc.h b/include/gc.h index bb86ad64c..e701a3be5 100644 --- a/include/gc.h +++ b/include/gc.h @@ -88,8 +88,6 @@ extern _X_EXPORT int ChangeGC(ClientPtr /*client */ , BITS32 /*mask */ , ChangeGCValPtr /*pCGCV */ ); -extern _X_EXPORT void FreeDefaultStipple(int /*screenNum */ ); - extern _X_EXPORT int SetDashes(GCPtr /*pGC */ , unsigned /*offset */ , unsigned /*ndash */ ,