summaryrefslogtreecommitdiffstats
path: root/vidix/mach64_vid.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 11:13:04 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 11:13:04 +0000
commitcae5548c7da84764be34c82d2b9dd3eb8eee8a1c (patch)
tree1683ae292331e3296a5b4e4f6adbbcd8f829799c /vidix/mach64_vid.c
parent257a77dc3d0e793d4051521391b3dc7bef59d522 (diff)
downloadmpv-cae5548c7da84764be34c82d2b9dd3eb8eee8a1c.tar.bz2
mpv-cae5548c7da84764be34c82d2b9dd3eb8eee8a1c.tar.xz
checking for dynamic drivers version number is now pointless
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22876 b3059339-0415-0410-9bf9-f77b7e298cf2
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,