diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2006-05-22 04:59:41 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2006-05-22 04:59:41 +0000 |
commit | 20f941932663f5dedf7d107334fad2b81ecc3a2f (patch) | |
tree | d44417ccb0ccb156fae83ddcdd88e4d505cff955 /pl | |
parent | d1e408538cbaf2709862f047eda8b9602e2247c5 (diff) |
remove debugging code... should not have been included in last
checkin.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2390 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl')
-rw-r--r-- | pl/plchar.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pl/plchar.c b/pl/plchar.c index 5500ecb5e..cc8cf80a1 100644 --- a/pl/plchar.c +++ b/pl/plchar.c @@ -999,13 +999,6 @@ pl_tt_build_char(gs_show_enum *penum, gs_state *pgs, gs_font *pfont, } } - { - gs_glyph verticals = pl_font_vertical_glyph(glyph, plfont); - if ( verticals != gs_no_glyph ) { - verticals = gs_no_glyph; - } - } - /* Establish a current point. */ if ( (code = gs_moveto(pgs, 0.0, 0.0)) < 0 ) return code; |