summaryrefslogtreecommitdiffstats
path: root/libvo/video_out_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out_internal.h')
-rw-r--r--libvo/video_out_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/video_out_internal.h b/libvo/video_out_internal.h
index 8595d4ef05..263a94e695 100644
--- a/libvo/video_out_internal.h
+++ b/libvo/video_out_internal.h
@@ -40,7 +40,6 @@ static void draw_osd(void);
static void flip_page(void);
static void check_events(void);
static void uninit(void);
-static int query_format(uint32_t format);
static int preinit(const char *);
#define LIBVO_EXTERN(x) struct vo_driver video_out_##x =\