mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
remove unnecessary ecs dependence
This commit is contained in:
@@ -302,11 +302,6 @@ public class JavaTextAreaPainter extends TextAreaPainter
|
||||
* @param x
|
||||
*/
|
||||
protected void paintErrorLine(Graphics gfx, int line, int x) {
|
||||
ErrorCheckerService ecs = getJavaEditor().getErrorChecker();
|
||||
if (ecs == null || ecs.latestResult.problems.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
LineMarker marker = getJavaEditor().findError(line);
|
||||
if (marker != null) {
|
||||
Problem problem = marker.getProblem();
|
||||
|
||||
Reference in New Issue
Block a user