remove useless code

10.3.x-maintenance
cTn 2014-03-11 23:23:50 +01:00
parent 7ca5e28bee
commit 578937fd2c
1 changed files with 0 additions and 1 deletions

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