summaryrefslogtreecommitdiffstats
path: root/vidix/unichrome_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/unichrome_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/unichrome_vid.c')
-rw-r--r--vidix/unichrome_vid.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/vidix/unichrome_vid.c b/vidix/unichrome_vid.c
index ac3c0bb424..b49fd92824 100644
--- a/vidix/unichrome_vid.c
+++ b/vidix/unichrome_vid.c
@@ -117,17 +117,6 @@ static unsigned short uc_card_ids[] = {
};
/**
- * @brief Check age of driver.
- *
- * @return vidix version number.
- */
-static unsigned int
-unichrome_get_version (void)
-{
- return (VIDIX_VERSION);
-}
-
-/**
* @brief Find chip index in Unichrome compliant devices list.
*
* @param chip_id PCI device ID.
@@ -982,7 +971,6 @@ VDXDriver unichrome_drv = {
"unichrome",
NULL,
.probe = unichrome_probe,
- .get_version = unichrome_get_version,
.get_caps = unichrome_get_caps,
.query_fourcc = unichrome_query_fourcc,
.init = unichrome_init,