1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Removing import of deleted objectutil class.

This commit is contained in:
David A. Mellis 2012-08-23 10:54:24 -04:00
parent 36b643d79f
commit 0a0b573d7c

View File

@ -27,7 +27,6 @@ import processing.app.syntax.*;
import processing.app.tools.*;
import processing.core.*;
import static processing.app.I18n._;
import static processing.app.ObjectUtil.defaultIfEmpty;
import java.awt.*;
import java.awt.datatransfer.*;