mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove unused imports
This commit is contained in:
@@ -24,12 +24,6 @@
|
||||
|
||||
package processing.core;
|
||||
|
||||
// used for setting bg colors and whatnot
|
||||
//import java.awt.Color;
|
||||
// Component is further up the chain than Canvas
|
||||
//import java.awt.Component;
|
||||
// use for the link() command (and maybe open()?)
|
||||
|
||||
// these are used for various methods (url opening, file selection, etc)
|
||||
// how many more can we remove?
|
||||
import java.awt.Desktop;
|
||||
@@ -42,9 +36,6 @@ import java.awt.Toolkit;
|
||||
import java.awt.color.ColorSpace;
|
||||
import java.awt.image.BufferedImage;
|
||||
|
||||
|
||||
|
||||
|
||||
// used by loadImage() functions
|
||||
import javax.imageio.ImageIO;
|
||||
import javax.swing.ImageIcon;
|
||||
|
||||
Reference in New Issue
Block a user