diff options
Diffstat (limited to 'include/sound.hpp')
-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 c512c31..3c67b02 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -24,6 +24,4 @@ void sound_device_close(SoundDevice *device); */ int sound_device_read_next_chunk(SoundDevice *device, void **buffer); -int sound_device_get_buffer_size(SoundDevice *device); - #endif /* GPU_SCREEN_RECORDER_H */ |