GUACAMOLE-1283: Remove redundant parameters from guac_rdp_audio_buffer callback.

The buffer and data parameters of the guac_rdp_audio_buffer flush
handler are redundant now that the guac_rdp_audio_buffer is being passed
to the handler. They can instead be referenced as audio_buffer->packet
and audio_buffer->data respectively.
3 files changed