Remove buffer functions from PA code.

This commit is contained in:
Michael Jumper 2013-08-08 19:06:56 -07:00
parent b681e0d9f1
commit ec73bc2e12

View File

@ -73,18 +73,6 @@
*/ */
#define SEND_INTERVAL 500 #define SEND_INTERVAL 500
/**
* Allocates a new audio buffer that can be shared between the
* read and send threads
*/
buffer* guac_pa_buffer_alloc();
/**
* Frees up allocated resources for reading and sending audio data
* read and send threads
*/
void guac_pa_buffer_free(buffer* audio_buffer);
/** /**
* Reads audio data from Pulse Audio and inserts it into the * Reads audio data from Pulse Audio and inserts it into the
* audio buffer * audio buffer