Remove buffer from client.

This commit is contained in:
Michael Jumper 2013-08-08 19:04:09 -07:00
parent 0870eaa32c
commit 7146ba5792

View File

@ -42,8 +42,6 @@
#include <guacamole/audio.h>
#include <rfb/rfbclient.h>
#include "buffer.h"
extern char* __GUAC_CLIENT;
typedef struct vnc_guac_client_data {
@ -68,11 +66,6 @@ typedef struct vnc_guac_client_data {
*/
guac_audio_stream* audio;
/**
* Audio buffer, if any.
*/
buffer* audio_buffer;
/**
* Handle to the audio read thread.
*/