diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-09-09 03:06:14 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-09-09 03:06:14 +0000 |
commit | d09d79b4a0231060d7fe0cce6bbb0919257befba (patch) | |
tree | 00532b087a8925017d4049418ef787a5b7ca9525 /src/xine-engine/video_out.h | |
parent | 85aff56b7c5e87cd97524ecb9f7ab69043d2368f (diff) | |
download | xine-lib-d09d79b4a0231060d7fe0cce6bbb0919257befba.tar.gz xine-lib-d09d79b4a0231060d7fe0cce6bbb0919257befba.tar.bz2 |
good opportunity to remove obsolete stuff
CVS patchset: 2631
CVS date: 2002/09/09 03:06:14
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index e8747d469..327e5e4f8 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.60 2002/09/05 22:19:04 mroi Exp $ + * $Id: video_out.h,v 1.61 2002/09/09 03:06:14 miguelfreitas Exp $ * * * xine version of video_out.h @@ -138,13 +138,6 @@ struct vo_instance_s { vo_frame_t* (*get_last_frame) (vo_instance_t *this); - /* - * duplicate_frame is deprecated and should be removed - * on the next api change. - * (will remain as an internal function only) - */ - vo_frame_t* (*duplicate_frame) (vo_instance_t *this, vo_frame_t *img ); - /* overlay stuff */ void (*enable_ovl) (vo_instance_t *this, int ovl_enable); |