summaryrefslogtreecommitdiffstats
path: root/vidix/savage_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/savage_vid.c')
-rw-r--r--vidix/savage_vid.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/vidix/savage_vid.c b/vidix/savage_vid.c
index f0f14aca2f..7625de1472 100644
--- a/vidix/savage_vid.c
+++ b/vidix/savage_vid.c
@@ -763,18 +763,6 @@ static void SavageStreamsOff(void)
info->videoFlags &= ~VF_STREAMS_ON;
}
-
-/**
- * @brief Check age of driver.
- *
- * @return vidix version number.
- */
-static unsigned int
-savage_get_version (void)
-{
- return (VIDIX_VERSION);
-}
-
/**
* @brief Find chip index in Unichrome compliant devices list.
*
@@ -1477,7 +1465,6 @@ VDXDriver savage_drv = {
"savage",
NULL,
.probe = savage_probe,
- .get_version = savage_get_version,
.get_caps = savage_get_caps,
.query_fourcc = savage_query_fourcc,
.init = savage_init,