summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2006-12-15 13:23:49 -0700
committerJordan Crouse <jordan.crouse@amd.com>2006-12-15 13:24:46 -0700
commit243edb93e131734f23d9c5f39f1cd614ecc6a1f8 (patch)
tree78d7213144bf58a2750eb450ef2a9c9b6454a848
parent8cd3fa16e377119452d8575198a7f1f1a77e44fc (diff)
Remove debugging messages and other cleanups
-rw-r--r--src/amd_gx_accel.c4
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;