mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
remove not used interface
This commit is contained in:
parent
96fcda2cbc
commit
45094a9d52
@ -2,16 +2,12 @@ package processing.app;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
import javax.swing.Action;
|
||||
import javax.swing.SwingUtilities;
|
||||
import javax.swing.event.DocumentEvent;
|
||||
import javax.swing.event.DocumentListener;
|
||||
import javax.swing.text.Document;
|
||||
import javax.swing.undo.UndoManager;
|
||||
|
||||
import org.fife.ui.rtextarea.RTextArea;
|
||||
|
||||
public class SketchCodeDocument implements SketchDocumentProvider, DocumentListener{
|
||||
public class SketchCodeDocument implements DocumentListener{
|
||||
|
||||
private SketchCode code;
|
||||
private Sketch sketch;
|
||||
|
Loading…
Reference in New Issue
Block a user