Oops, that does nothing

master
Travis Evans 2025-05-04 20:50:57 -05:00
parent fcddbe159f
commit bb8403a49c
1 changed files with 0 additions and 1 deletions

View File

@ -952,7 +952,6 @@ class DeleteTimer {
back: () => { this.back(false, this.timer); } back: () => { this.back(false, this.timer); }
}, },
'Delete': () => { 'Delete': () => {
ok = true;
tt.set_timers_dirty(); tt.set_timers_dirty();
this.back(true, tt.delete_timer(tt.TIMERS, this.timer)); this.back(true, tt.delete_timer(tt.TIMERS, this.timer));
}, },