From 7be9a87fae3ae2c2766b3c31985ef9a85f2e55b9 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 10 Apr 2014 15:40:40 -0700 Subject: [PATCH] GUAC-614: Remove old prototype. --- src/protocols/ssh/guac_handlers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/protocols/ssh/guac_handlers.h b/src/protocols/ssh/guac_handlers.h index 0d74a5ba..917b59a6 100644 --- a/src/protocols/ssh/guac_handlers.h +++ b/src/protocols/ssh/guac_handlers.h @@ -31,7 +31,6 @@ int ssh_guac_client_handle_messages(guac_client* client); int ssh_guac_client_key_handler(guac_client* client, int keysym, int pressed); int ssh_guac_client_mouse_handler(guac_client* client, int x, int y, int mask); -int ssh_guac_client_clipboard_handler(guac_client* client, guac_stream* stream, char* mimetype); int ssh_guac_client_size_handler(guac_client* client, int width, int height); int ssh_guac_client_free_handler(guac_client* client);