GUACAMOLE-152: Remove unneeded formattedScale method.

This commit is contained in:
Nick Couchman
2018-05-04 03:56:39 -04:00
parent 242e0b7cf0
commit 64589f27f4

View File

@@ -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.zoomIn = function zoomIn() {
$scope.menu.autoFit = false; $scope.menu.autoFit = false;
$scope.client.clientProperties.autoFit = false; $scope.client.clientProperties.autoFit = false;