summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xmga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xmga.c')
-rw-r--r--libvo/vo_xmga.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index bbe27b4d39..2f90b6f59c 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -373,16 +373,3 @@ uninit(void)
printf("vo: uninit!\n");
}
-static uint32_t preinit(const char *arg)
-{
- return 0;
-}
-
-static uint32_t control(uint32_t request, void *data, ...)
-{
- switch (request) {
- case VOCTRL_QUERY_FORMAT:
- return query_format(*((uint32_t*)data));
- }
- return VO_NOTIMPL;
-}