Removed unused function.
This commit is contained in:
parent
5c73724f50
commit
f11a4a42b6
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue