removed unused code out of UnifyTaskModel

This commit is contained in:
NoName11234 2024-02-11 18:42:47 +01:00
parent 404bfe08f5
commit ca706881b0

View File

@ -11,8 +11,8 @@ public class UnifyTaskModel {
} }
public synchronized void cancel() { public synchronized void cancel() {
for(TypeUnifyTask t : usedTasks) { /*for(TypeUnifyTask t : usedTasks) {
t.myCancel(true); t.myCancel(true);
} }*/
} }
} }