changeset 968 | 4675910b0b7b |
parent 769 | b8d311d90021 |
child 1312 | c9b51268668f |
1.1 --- a/src/audio/dsp/SDL_dspaudio.h Fri Nov 12 21:29:52 2004 +0000 1.2 +++ b/src/audio/dsp/SDL_dspaudio.h Fri Nov 12 21:39:04 2004 +0000 1.3 @@ -43,10 +43,6 @@ 1.4 /* Raw mixing buffer */ 1.5 Uint8 *mixbuf; 1.6 int mixlen; 1.7 - 1.8 - /* Support for audio timing using a timer, in addition to select() */ 1.9 - float frame_ticks; 1.10 - float next_frame; 1.11 }; 1.12 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */ 1.13