Changeset 1804:fcbd866258e7 in roaraudio for libroar/stream.c


Ignore:
Timestamp:
05/21/09 23:56:31 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed unused struct fiealds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/stream.c

    r1660 r1804  
    7272 s->dir        = ROAR_DIR_DEFAULT; 
    7373 
     74/* 
    7475 s->datalen    = 0; 
    7576 s->offset     = 0; 
     
    7778 s->database   = NULL; 
    7879 s->dataoff    = NULL; 
     80*/ 
    7981 
    8082 s->info.rate     = rate; 
Note: See TracChangeset for help on using the changeset viewer.