Removed unused function.

This commit is contained in:
Jaon EarlWolf 2015-11-03 14:12:35 -03:00 committed by Anthony Minessale
parent 5c73724f50
commit f11a4a42b6
1 changed files with 0 additions and 6 deletions

View File

@ -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);