Remove buffer from client.
This commit is contained in:
parent
0870eaa32c
commit
7146ba5792
@ -42,8 +42,6 @@
|
|||||||
#include <guacamole/audio.h>
|
#include <guacamole/audio.h>
|
||||||
#include <rfb/rfbclient.h>
|
#include <rfb/rfbclient.h>
|
||||||
|
|
||||||
#include "buffer.h"
|
|
||||||
|
|
||||||
extern char* __GUAC_CLIENT;
|
extern char* __GUAC_CLIENT;
|
||||||
|
|
||||||
typedef struct vnc_guac_client_data {
|
typedef struct vnc_guac_client_data {
|
||||||
@ -68,11 +66,6 @@ typedef struct vnc_guac_client_data {
|
|||||||
*/
|
*/
|
||||||
guac_audio_stream* audio;
|
guac_audio_stream* audio;
|
||||||
|
|
||||||
/**
|
|
||||||
* Audio buffer, if any.
|
|
||||||
*/
|
|
||||||
buffer* audio_buffer;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle to the audio read thread.
|
* Handle to the audio read thread.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user