diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2006-12-15 13:23:49 -0700 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2006-12-15 13:24:46 -0700 |
commit | 243edb93e131734f23d9c5f39f1cd614ecc6a1f8 (patch) | |
tree | 78d7213144bf58a2750eb450ef2a9c9b6454a848 /src/amd_gx_accel.c | |
parent | 8cd3fa16e377119452d8575198a7f1f1a77e44fc (diff) |
Remove debugging messages and other cleanups
Diffstat (limited to 'src/amd_gx_accel.c')
-rw-r--r-- | src/amd_gx_accel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/amd_gx_accel.c b/src/amd_gx_accel.c index a179fa5..05b0300 100644 --- a/src/amd_gx_accel.c +++ b/src/amd_gx_accel.c @@ -1998,8 +1998,6 @@ GXAccelInit(ScreenPtr pScrn) ExaDriverPtr pExa = pGeode->pExa; #endif - ErrorF("ACCELINIT START\n");; - gu2_xshift = pScrni->bitsPerPixel >> 4; /* XXX - fixme - this will change - we'll need to update it */ @@ -2039,8 +2037,6 @@ GXAccelInit(ScreenPtr pScrn) #if XF86EXA if (pExa && pGeode->useEXA) { - ErrorF("Init EXA\n"); - pExa->exa_major = EXA_VERSION_MAJOR; pExa->exa_minor = EXA_VERSION_MINOR; |