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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vidix/mach64_vid.c b/vidix/mach64_vid.c
index a439da768c..aacf04e03c 100644
--- a/vidix/mach64_vid.c
+++ b/vidix/mach64_vid.c
@@ -339,11 +339,6 @@ static void mach64_vid_dump_regs( void )
}
-static unsigned int mach64_get_version(void)
-{
- return(VIDIX_VERSION);
-}
-
static unsigned short ati_card_ids[] =
{
DEVICE_ATI_215CT_MACH64_CT,
@@ -1069,7 +1064,6 @@ VDXDriver mach64_drv = {
"mach64",
NULL,
.probe = mach64_probe,
- .get_version = mach64_get_version,
.get_caps = mach64_get_caps,
.query_fourcc = mach64_query_fourcc,
.init = mach64_init,