summaryrefslogtreecommitdiffstats
path: root/vidix/pm3_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/pm3_vid.c')
-rw-r--r--vidix/pm3_vid.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/vidix/pm3_vid.c b/vidix/pm3_vid.c
index f9737e34da..9a7e73977f 100644
--- a/vidix/pm3_vid.c
+++ b/vidix/pm3_vid.c
@@ -65,12 +65,6 @@ static vidix_capability_t pm3_cap =
{ 0, 0, 0, 0 }
};
-
-static unsigned int pm3_get_version(void)
-{
- return(VIDIX_VERSION);
-}
-
static unsigned short pm3_card_ids[] =
{
DEVICE_3DLABS_GLINT_R3
@@ -379,7 +373,6 @@ VDXDriver pm3_drv = {
"pm3",
NULL,
.probe = pm3_probe,
- .get_version = pm3_get_version,
.get_caps = pm3_get_caps,
.query_fourcc = pm3_query_fourcc,
.init = pm3_init,