Un-export CreateScratchGC now that nothing external uses it.

The server and drivers sometimes use GetScratchGC, but never
CreateScratchGC.

Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Jamey Sharp 2010-05-19 14:16:20 -07:00
parent 0f48e362c5
commit 3fd963de27
2 changed files with 1 additions and 5 deletions

View File

@ -799,7 +799,7 @@ is what fills the default tile. (maybe this comment should
go with CreateGC() or ChangeGC().) go with CreateGC() or ChangeGC().)
*/ */
GCPtr static GCPtr
CreateScratchGC(ScreenPtr pScreen, unsigned depth) CreateScratchGC(ScreenPtr pScreen, unsigned depth)
{ {
GCPtr pGC; GCPtr pGC;

View File

@ -122,10 +122,6 @@ extern _X_EXPORT int FreeGC(
pointer /*pGC*/, pointer /*pGC*/,
XID /*gid*/); XID /*gid*/);
extern _X_EXPORT GCPtr CreateScratchGC(
ScreenPtr /*pScreen*/,
unsigned /*depth*/);
extern _X_EXPORT void FreeGCperDepth( extern _X_EXPORT void FreeGCperDepth(
int /*screenNum*/); int /*screenNum*/);