diff --git a/guacamole-common-js/src/main/webapp/modules/Client.js b/guacamole-common-js/src/main/webapp/modules/Client.js index 1ec474317..ac8f91d34 100644 --- a/guacamole-common-js/src/main/webapp/modules/Client.js +++ b/guacamole-common-js/src/main/webapp/modules/Client.js @@ -142,11 +142,6 @@ Guacamole.Client = function(tunnel) { // Array of allocated output streams by index var output_streams = []; - tunnel.onerror = function(status) { - if (guac_client.onerror) - guac_client.onerror(status); - }; - function setState(state) { if (state != currentState) { currentState = state;