Changeset 2365:91dfc4ae9c11 in roaraudio for roard/driver_esd.c


Ignore:
Timestamp:
08/15/09 02:29:28 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

frist massive cleanup of old unused functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_esd.c

    r1656 r2365  
    8585} 
    8686 
    87 int driver_esd_pause(DRIVER_USERDATA_T   inst, int newstate) { 
    88  return -1; 
    89 } 
    90  
    9187ssize_t driver_esd_write(struct roar_vio_calls * inst, void * buf, size_t len) { 
    9288 int * di = (int*)((struct roar_vio_calls *)inst)->inst; 
     
    10298} 
    10399 
    104 int driver_esd_flush(DRIVER_USERDATA_T   inst) { 
    105  return 0; 
    106 } 
    107  
    108100int driver_esd_nonblock(struct roar_vio_calls * vio, int state) { 
    109101 return roar_socket_nonblock(*(int*)vio->inst, state); 
Note: See TracChangeset for help on using the changeset viewer.