Revert "Add begin instruction, to be sent after connection succeeds."
This reverts commit 19c8d7ec283abd8f8dffe2690aa3973009552304.
This commit is contained in:
parent
f021858d94
commit
f0de5cb6f0
@ -180,17 +180,6 @@ typedef enum guac_line_join_style {
|
||||
*/
|
||||
int guac_protocol_send_args(guac_socket* socket, const char** args);
|
||||
|
||||
/**
|
||||
* Sends a begin instruction over the given guac_socket connection.
|
||||
*
|
||||
* If an error occurs sending the instruction, a non-zero value is
|
||||
* returned, and guac_error is set appropriately.
|
||||
*
|
||||
* @param socket The guac_socket connection to use.
|
||||
* @return Zero on success, non-zero on error.
|
||||
*/
|
||||
int guac_protocol_send_begin(guac_socket* socket);
|
||||
|
||||
/**
|
||||
* Sends a connect instruction over the given guac_socket connection.
|
||||
*
|
||||
|
@ -399,9 +399,6 @@ int guac_protocol_send_arc(guac_socket* socket, const guac_layer* layer,
|
||||
|
||||
}
|
||||
|
||||
int guac_protocol_send_begin(guac_socket* socket) {
|
||||
return guac_socket_write_string(socket, "5.begin;");
|
||||
}
|
||||
|
||||
int guac_protocol_send_cfill(guac_socket* socket,
|
||||
guac_composite_mode mode, const guac_layer* layer,
|
||||
|
Loading…
Reference in New Issue
Block a user