We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903c8bf commit 869e15fCopy full SHA for 869e15f
1 file changed
app/src/processing/app/syntax/JEditTextArea.java
@@ -26,7 +26,6 @@
26
import javax.swing.*;
27
28
import java.awt.im.InputMethodRequests;
29
-import java.awt.print.Printable;
30
31
import processing.app.syntax.im.InputMethodSupport;
32
import processing.core.PApplet;
@@ -262,11 +261,6 @@ public final TextAreaPainter getPainter() {
262
261
}
263
264
265
- public final Printable getPrintable() {
266
- return painter.getPrintable();
267
- }
268
-
269
270
public TextAreaDefaults getDefaults() {
271
return defaults;
272
0 commit comments