From a18f26bf2a328b9cf26aa5777a57d706d7b2b810 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 5 Oct 2004 04:40:02 +0000 Subject: [PATCH] oops --- core/PFont.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/PFont.java b/core/PFont.java index ee3e84e2b..63f8b3806 100644 --- a/core/PFont.java +++ b/core/PFont.java @@ -727,9 +727,6 @@ public class PFont implements PConstants { int glyph = index(c); if (glyph == -1) return; - parent.stroke(150); - parent.line(x, y, x, y+10); - // starting point on the screen int sx = (int) x + topExtent[glyph]; int sy = (int) y + leftExtent[glyph];