summaryrefslogtreecommitdiffstats
path: root/libvo/video_out_internal.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-09-17 17:47:43 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-09-17 18:15:20 +0300
commit74619f275e5f706ecd00c1ec4bb19f18213a9f9e (patch)
treed558de59756def327eac7176765d253a1417fe97 /libvo/video_out_internal.h
parent3b3dfc02ac28283345ec90ade8e0e6e64b672147 (diff)
downloadmpv-74619f275e5f706ecd00c1ec4bb19f18213a9f9e.tar.bz2
mpv-74619f275e5f706ecd00c1ec4bb19f18213a9f9e.tar.xz
VO interface: Remove obsolete draw_frame() from new interface
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 166a91cc1c..8595d4ef05 100644
--- a/libvo/video_out_internal.h
+++ b/libvo/video_out_internal.h
@@ -50,7 +50,6 @@ static int preinit(const char *);
.preinit = old_vo_preinit,\
.config = old_vo_config,\
.control = old_vo_control,\
- .draw_frame = old_vo_draw_frame,\
.draw_slice = old_vo_draw_slice,\
.draw_osd = old_vo_draw_osd,\
.flip_page = old_vo_flip_page,\