From 801a21ed0a65759aab4f747adfc658070de19ef4 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 16 May 2014 12:03:46 -0700 Subject: [PATCH] GUAC-692: Remove unused properties. --- guacamole/src/main/webapp/scripts/client-ui.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/guacamole/src/main/webapp/scripts/client-ui.js b/guacamole/src/main/webapp/scripts/client-ui.js index e10aba629..6cae6bb68 100644 --- a/guacamole/src/main/webapp/scripts/client-ui.js +++ b/guacamole/src/main/webapp/scripts/client-ui.js @@ -234,18 +234,10 @@ GuacUI.Client = { "zoom_in" : document.getElementById("zoom-in"), "auto_fit" : document.getElementById("auto-fit"), - /* Expected Input Rectangle */ - - "expected_input_x" : 0, - "expected_input_y" : 0, - "expected_input_width" : 1, - "expected_input_height" : 1, - "min_zoom" : 1, "max_zoom" : 3, "connectionName" : "Guacamole", - "overrideAutoFit" : false, "attachedClient" : null, /* Mouse emulation */