]> git.sesse.net Git - vlc/commitdiff
Removed unused vout_thread_t:pf_lock/unlock/swap fields.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 18 Apr 2010 00:50:25 +0000 (02:50 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 18 Apr 2010 12:58:36 +0000 (14:58 +0200)
include/vlc_vout.h

index 4a60f7e703a82b93fb2c272786f39c7af74d433f..18f9e3671555bfe70d8f1133976cc9a9f59f6e49 100644 (file)
@@ -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 */