mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
removing unused imports
This commit is contained in:
@@ -30,8 +30,6 @@ import java.awt.Font;
|
||||
import java.awt.Graphics;
|
||||
import java.io.File;
|
||||
import java.net.URI;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import javax.swing.Icon;
|
||||
import javax.swing.UIManager;
|
||||
|
||||
@@ -28,7 +28,6 @@ import java.awt.Toolkit;
|
||||
|
||||
import processing.app.Base;
|
||||
import processing.app.Preferences;
|
||||
import processing.app.platform.DefaultPlatform;
|
||||
import processing.core.PApplet;
|
||||
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ import javax.swing.JMenuBar;
|
||||
|
||||
import processing.app.Base;
|
||||
import processing.app.Messages;
|
||||
import processing.app.platform.DefaultPlatform;
|
||||
import processing.app.ui.About;
|
||||
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@ import javax.swing.table.TableColumn;
|
||||
import processing.app.Language;
|
||||
import processing.app.Mode;
|
||||
import processing.app.Problem;
|
||||
import processing.app.ui.Editor;
|
||||
|
||||
|
||||
public class ErrorTable extends JTable {
|
||||
|
||||
@@ -39,7 +39,6 @@ import processing.app.Problem;
|
||||
import processing.app.Sketch;
|
||||
import processing.app.SketchCode;
|
||||
import processing.app.syntax.PdeTextArea;
|
||||
import processing.app.ui.Editor;
|
||||
import processing.core.PApplet;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user