Static cleanups, dead code deletion.

This commit is contained in:
Adam Jackson
2007-03-25 12:27:01 -04:00
parent ac2356843e
commit 9a0f25de7c
54 changed files with 187 additions and 482 deletions

View File

@@ -69,7 +69,7 @@ extern FontPtr defaultFont;
static Bool CreateDefaultTile(GCPtr pGC);
unsigned char DefaultDash[2] = {4, 4};
static unsigned char DefaultDash[2] = {4, 4};
_X_EXPORT void
ValidateGC(DrawablePtr pDraw, GC *pGC)