From: Jaon EarlWolf Date: Tue, 3 Nov 2015 17:12:35 +0000 (-0300) Subject: Removed unused function. X-Git-Tag: v1.6.5~5^2~44^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f11a4a42b67ddacf02df0f9dacc159080b87bfe8;p=thirdparty%2Ffreeswitch.git Removed unused function. --- diff --git a/html5/verto/verto_communicator/src/vertoControllers/controllers/ModalSettingsController.js b/html5/verto/verto_communicator/src/vertoControllers/controllers/ModalSettingsController.js index eb2cdc8c8f..cee39a393e 100644 --- a/html5/verto/verto_communicator/src/vertoControllers/controllers/ModalSettingsController.js +++ b/html5/verto/verto_communicator/src/vertoControllers/controllers/ModalSettingsController.js @@ -26,12 +26,6 @@ return verto.refreshDevices(); }; - $scope.rangeBandwidth = function(bandwidth) { - for(var i = 0; i < verto.videoQuality.length; i++) { - - } - }; - $scope.testSpeed = function() { return verto.testSpeed(cb);