From 2d45e9d497e486facb83e5f465c847206a10c791 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 5 Oct 2004 04:40:02 +0000 Subject: [PATCH] oops --- processing/core/PFont.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/processing/core/PFont.java b/processing/core/PFont.java index ee3e84e2b..63f8b3806 100644 --- a/processing/core/PFont.java +++ b/processing/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];