Commit 463e1609 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove references to the VCDX interface

It was removed over 6 years ago.
parent 4513c8d2
...@@ -198,8 +198,6 @@ VCDReadBlock( access_t * p_access ) ...@@ -198,8 +198,6 @@ VCDReadBlock( access_t * p_access )
p_vcdplayer->i_track, &(p_vcdplayer->play_item)); p_vcdplayer->i_track, &(p_vcdplayer->play_item));
// p_vcd->in_still = false; // p_vcd->in_still = false;
dbg_print(INPUT_DBG_STILL, "still wait time done"); dbg_print(INPUT_DBG_STILL, "still wait time done");
#else
vcdIntfStillTime(p_vcdplayer->p_intf, *p_buf);
#endif #endif
block_Release( p_block ); block_Release( p_block );
...@@ -953,10 +951,6 @@ VCDOpen ( vlc_object_t *p_this ) ...@@ -953,10 +951,6 @@ VCDOpen ( vlc_object_t *p_this )
VCDFixupPlayList(p_access,p_vcd,psz_source,&itemid,play_single_item); VCDFixupPlayList(p_access,p_vcd,psz_source,&itemid,play_single_item);
#endif #endif
#ifdef FIXED
p_vcdplayer->p_intf = intf_Create( p_access, "vcdx" );
p_vcdplayer->p_intf->b_block = false;
#endif
p_vcdplayer->p_access = p_access; p_vcdplayer->p_access = p_access;
free( psz_source ); free( psz_source );
......
...@@ -34,7 +34,6 @@ typedef struct { ...@@ -34,7 +34,6 @@ typedef struct {
#ifdef FINISHED #ifdef FINISHED
vcdplay_ptr vmg; vcdplay_ptr vmg;
#endif #endif
intf_thread_t * p_intf;
#ifdef DEMUX_FINISHED #ifdef DEMUX_FINISHED
int i_audio_nb; int i_audio_nb;
......
...@@ -154,7 +154,6 @@ typedef struct vcdplayer_input_s ...@@ -154,7 +154,6 @@ typedef struct vcdplayer_input_s
input_title_t *p_title[CDIO_CD_MAX_TRACKS+2]; input_title_t *p_title[CDIO_CD_MAX_TRACKS+2];
/* Probably gets moved into another structure...*/ /* Probably gets moved into another structure...*/
intf_thread_t *p_intf;
int i_audio_nb; int i_audio_nb;
int i_still; int i_still;
bool b_end_of_cell; bool b_end_of_cell;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment