diff src/audio/android/SDL_androidaudio.h @ 4995:9f9bea41e88f

Working audio implementation contributed by Joseph Lunderville
author Sam Lantinga <slouken@libsdl.org>
date Thu, 13 Jan 2011 11:14:20 -0800
parents 79aa6c61f33b
children 8d7315668e35
line wrap: on
line diff
--- a/src/audio/android/SDL_androidaudio.h	Thu Jan 13 09:15:51 2011 -0800
+++ b/src/audio/android/SDL_androidaudio.h	Thu Jan 13 11:14:20 2011 -0800
@@ -34,9 +34,8 @@
     /* The file descriptor for the audio device */
     Uint8 *mixbuf;
     Uint32 mixlen;
-    Uint32 write_delay;
-    Uint32 initial_calls;
 };
 
 #endif /* _SDL_androidaudio_h */
+
 /* vi: set ts=4 sw=4 expandtab: */