Changeset 5377:72f1d48ff502 in roaraudio for roard/streams.c


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().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.