aboutsummaryrefslogtreecommitdiff
path: root/include/sound.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound.hpp')
-rw-r--r--include/sound.hpp2
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;