diff options
author | Keith Packard <keithp@keithp.com> | 2001-06-21 21:44:09 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2001-06-21 21:44:09 +0000 |
commit | 31d47ec8bed1b02d04563ba502eaeb028975f653 (patch) | |
tree | 18f72d478da821082d8bf95a80a0ea2dc2906c4c | |
parent | bd61c15279e2195c72b3add32961ed21e293d48b (diff) |
kdrive/mach64: remove useless Xv debug printfs
-rw-r--r-- | hw/kdrive/mach64/mach64video.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hw/kdrive/mach64/mach64video.c b/hw/kdrive/mach64/mach64video.c index dbad7e2ed..785c63c81 100644 --- a/hw/kdrive/mach64/mach64video.c +++ b/hw/kdrive/mach64/mach64video.c @@ -19,7 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -/* $XFree86: $ */ +/* $XFree86: xc/programs/Xserver/hw/kdrive/mach64/mach64video.c,v 1.3 2001/06/21 01:01:30 keithp Exp $ */ #include "mach64.h" #include "Xv.h" @@ -708,8 +708,6 @@ mach64SetupImageVideo(ScreenPtr pScreen) KdVideoAdaptorPtr adapt; Mach64PortPrivPtr pPortPriv; - fprintf(stderr,"mach64SetupImageVideo\n"); - if(!(adapt = xcalloc(1, sizeof(KdVideoAdaptorRec) + sizeof(Mach64PortPrivRec) + sizeof(DevUnion)))) @@ -771,8 +769,6 @@ Bool mach64InitVideo(ScreenPtr pScreen) KdVideoAdaptorPtr newAdaptor = NULL; int num_adaptors; - fprintf(stderr,"mach64InitVideo\n"); - newAdaptor = mach64SetupImageVideo(pScreen); num_adaptors = KdXVListGenericAdaptors(screen, &adaptors); |