summaryrefslogtreecommitdiffstats
path: root/vidix/mach64_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/mach64_vid.c')
-rw-r--r--vidix/mach64_vid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vidix/mach64_vid.c b/vidix/mach64_vid.c
index 1c7935a35a..0163deb4c3 100644
--- a/vidix/mach64_vid.c
+++ b/vidix/mach64_vid.c
@@ -476,7 +476,6 @@ static int mach64_init(void)
printf("[mach64] Driver was not probed but is being initializing\n");
return EINTR;
}
- if(verbosity > 0) printf("[mach64] version %d\n", VIDIX_VERSION);
if((mach64_mmio_base = map_phys_mem(pci_info.base2,0x1000))==(void *)-1) return ENOMEM;
mach64_wait_for_idle();