[vlc-commits] commit: Removed unused vout_thread_t:pf_lock/unlock/swap fields. ( Laurent Aimar )
git at videolan.org
git at videolan.org
Sun Apr 18 15:03:14 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Apr 18 02:50:25 2010 +0200| [14f9486ce609105ed35ae692b4a2570ac90d5ff7] | committer: Laurent Aimar
Removed unused vout_thread_t:pf_lock/unlock/swap fields.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=14f9486ce609105ed35ae692b4a2570ac90d5ff7
---
include/vlc_vout.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/vlc_vout.h b/include/vlc_vout.h
index 4a60f7e..18f9e36 100644
--- a/include/vlc_vout.h
+++ b/include/vlc_vout.h
@@ -137,9 +137,6 @@ struct vout_thread_t
int ( *pf_manage ) ( vout_thread_t * );
void ( *pf_render ) ( vout_thread_t *, picture_t * );
void ( *pf_display ) ( vout_thread_t *, picture_t * );
- void ( *pf_swap ) ( vout_thread_t * ); /* OpenGL only */
- int ( *pf_lock ) ( vout_thread_t * ); /* OpenGL only */
- void ( *pf_unlock ) ( vout_thread_t * ); /* OpenGL only */
/**@}*/
/** \name Video heap and translation tables */
More information about the vlc-commits
mailing list