Changeset 5377:72f1d48ff502 in roaraudio for roard/sources.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/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 
Note: See TracChangeset for help on using the changeset viewer.