Changeset 5377:72f1d48ff502 in roaraudio for roard


Ignore:
Timestamp:
12/23/11 22:09:58 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed legacy functions (Closes: #130):

  • roar_vio_init_calls(),
  • roar_vio_set_inst(),
  • roar_vio_set_fh() and roar_vio_get_fh(),
  • roar_simple_new_stream_obj().
Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/sources.c

    r5289 r5377  
    308308 vio = &(ROAR_STREAM_SERVER(s)->vio); 
    309309 
    310  //if ( roar_vio_open_file(vio, device, O_RDONLY, 0644) == -1 ) { 
    311310 if ( roar_vio_open_dstr(vio, device, &def, 1) == -1 ) { 
    312311  roar_vio_clear_calls(vio); // clear the VIO object again 
  • roard/streams.c

    r5374 r5377  
    26122612 } 
    26132613 
    2614  //roar_vio_set_fh(&(stream->vio), ROAR_STREAM(stream)->fh); 
    2615  
    26162614 if ( stream->vio.read == NULL ) { 
    26172615  roar_err_set(ROAR_ERROR_NOTSUP); 
     
    26622660  return -1; 
    26632661 } 
    2664  
    2665 /* 
    2666  if ( roar_vio_get_fh(&(stream->vio)) == -1 && ROAR_STREAM(stream)->fh != -1 ) 
    2667   roar_vio_set_fh(&(stream->vio), ROAR_STREAM(stream)->fh); 
    2668 */ 
    26692662 
    26702663// ROAR_WARN("stream_vio_s_write(*): writing..."); 
Note: See TracChangeset for help on using the changeset viewer.