Commit a0b283ac authored by Rémi Duraffort's avatar Rémi Duraffort

Remove unused structure.

parent 8ad0755b
...@@ -101,11 +101,6 @@ static int Seek ( sout_access_out_t *, off_t ); ...@@ -101,11 +101,6 @@ static int Seek ( sout_access_out_t *, off_t );
static ssize_t Read ( sout_access_out_t *, block_t * ); static ssize_t Read ( sout_access_out_t *, block_t * );
static int Control( sout_access_out_t *, int, va_list ); static int Control( sout_access_out_t *, int, va_list );
struct sout_access_out_sys_t
{
int i_handle;
};
/***************************************************************************** /*****************************************************************************
* Open: open the file * Open: open the file
*****************************************************************************/ *****************************************************************************/
......
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