diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-08 21:57:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-08 21:57:38 +0000 |
commit | 7b0bd030b988ba4771c7b7fc8d0ad3140df70b1f (patch) | |
tree | c943c3647747a208d05c3bb33186e3ce008102c5 /driver | |
parent | 025885eb7c9387299ec7868d8f67c82b527ebb63 (diff) |
Remove a debugging printf
Diffstat (limited to 'driver')
-rw-r--r-- | driver/xf86-video-wsfb/src/wsfb_driver.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/driver/xf86-video-wsfb/src/wsfb_driver.c b/driver/xf86-video-wsfb/src/wsfb_driver.c index 8ea8a2a26..2ce2b6aca 100644 --- a/driver/xf86-video-wsfb/src/wsfb_driver.c +++ b/driver/xf86-video-wsfb/src/wsfb_driver.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsfb_driver.c,v 1.6 2006/12/03 17:04:08 matthieu Exp $ */ +/* $OpenBSD: wsfb_driver.c,v 1.7 2006/12/08 21:57:37 matthieu Exp $ */ /* * Copyright (c) 2001 Matthieu Herrb * All rights reserved. @@ -953,9 +953,6 @@ WsfbScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Shadow FB not available on < 8 depth"); } else { - ErrorF("XXX w %d h %d d %d\n", - pScreen->width, pScreen->height, - pScreen->rootDepth); pPixmap = pScreen->CreatePixmap(pScreen, pScreen->width, pScreen->height, pScreen->rootDepth); |