Repository: guacamole-client
Updated Branches:
  refs/heads/master fed513329 -> 1710c31fc


GUACAMOLE-152: Remove unneeded formattedScale method.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/64589f27
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/64589f27
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/64589f27

Branch: refs/heads/master
Commit: 64589f27f468447fb26c7d748b57cbf6657e081f
Parents: 242e0b7
Author: Nick Couchman <vn...@apache.org>
Authored: Fri May 4 03:56:39 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri May 4 17:44:15 2018 -0400

----------------------------------------------------------------------
 .../src/main/webapp/app/client/controllers/clientController.js   | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/64589f27/guacamole/src/main/webapp/app/client/controllers/clientController.js
----------------------------------------------------------------------
diff --git 
a/guacamole/src/main/webapp/app/client/controllers/clientController.js 
b/guacamole/src/main/webapp/app/client/controllers/clientController.js
index cf4ba5b..4fce87b 100644
--- a/guacamole/src/main/webapp/app/client/controllers/clientController.js
+++ b/guacamole/src/main/webapp/app/client/controllers/clientController.js
@@ -731,10 +731,6 @@ angular.module('client').controller('clientController', 
['$scope', '$routeParams
 
     });
 
-    $scope.formattedScale = function formattedScale() {
-        return Math.round($scope.client.clientProperties.scale * 100);
-    };
-    
     $scope.zoomIn = function zoomIn() {
         $scope.menu.autoFit = false;
         $scope.client.clientProperties.autoFit = false;

Reply via email to