From ec73bc2e1242b5656e3102f388d5b36c6687e283 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 8 Aug 2013 19:06:56 -0700 Subject: [PATCH] Remove buffer functions from PA code. --- src/protocols/vnc/pa_handlers.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/protocols/vnc/pa_handlers.h b/src/protocols/vnc/pa_handlers.h index f92727d8..6afec5b0 100644 --- a/src/protocols/vnc/pa_handlers.h +++ b/src/protocols/vnc/pa_handlers.h @@ -73,18 +73,6 @@ */ #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 * audio buffer