remove unused imports

This commit is contained in:
Ben Fry
2015-05-16 12:36:58 -04:00
parent cd5c927486
commit 8a0e0168d2
-9
View File
@@ -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;