1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

remove useless code

This commit is contained in:
cTn 2014-03-11 23:23:50 +01:00
parent 7ca5e28bee
commit 578937fd2c

View file

@ -109,7 +109,6 @@ GUI_control.prototype.interval_kill_all = function(keep_array) {
if (!keep) {
clearInterval(this.interval_array[i].timer); // stop timer
this.interval_array[i].timer = undefined; // set timer property to undefined (mostly for debug purposes, but it doesn't hurt to have it here)
this.interval_array.splice(i, 1); // remove element/object from array