File tree 1 file changed +0
-17
lines changed
app/src/processing/app/contrib
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -515,23 +515,6 @@ static private void cleanup(final Base base) throws Exception {
515
515
updateFlagged (base , Base .getSketchbookModesFolder ());
516
516
updateFlagged (base , Base .getSketchbookToolsFolder ());
517
517
518
- SwingWorker <Void , Void > s = new SwingWorker <>() {
519
-
520
- @ Override
521
- protected Void doInBackground () throws Exception {
522
- try {
523
- // TODO: pls explain the sleep and why this runs on a worker thread,
524
- // but a couple of lines above on EDT [jv]
525
- Thread .sleep (1000 );
526
- installPreviouslyFailed (base , Base .getSketchbookToolsFolder ());
527
- } catch (InterruptedException e ) {
528
- e .printStackTrace ();
529
- }
530
- return null ;
531
- }
532
- };
533
- s .execute ();
534
-
535
518
clearRestartFlags (Base .getSketchbookModesFolder ());
536
519
clearRestartFlags (Base .getSketchbookToolsFolder ());
537
520
}
You can’t perform that action at this time.
0 commit comments