dix: unexport FreeDefaultStipple()
Not used by any driver, so no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1365>
This commit is contained in:
parent
f6af379928
commit
30670e72c7
|
@ -28,4 +28,6 @@ Bool CreateGCperDepth(int screenNum);
|
|||
|
||||
Bool CreateDefaultStipple(int screenNum);
|
||||
|
||||
void FreeDefaultStipple(int screenNum);
|
||||
|
||||
#endif /* _XSERVER_DIX_GC_PRIV_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 */ ,
|
||||
|
|
Loading…
Reference in New Issue