summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 26a95b8aaf..210cb525ad 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -169,16 +169,3 @@ static void check_events(void)
{
}
-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;
-}