diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound.hpp b/include/sound.hpp index 666d009..39d9248 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -20,8 +20,6 @@ typedef struct { void *handle; - void *buffer; - int buffer_size; unsigned int frames; } SoundDevice; |