diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-01-05 11:45:00 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-01-05 11:45:00 +0100 |
commit | 6032373f72b7980d5b197eb371f1d56ecb800ee8 (patch) | |
tree | a4b8909aea02ccedcffac468dc80e5c7d88850e6 /tex/context/base/mkxl/lpdf-lmt.lmt | |
parent | a04a6e9b9b68a836f27d971115fd1049c04e6c19 (diff) | |
download | context-6032373f72b7980d5b197eb371f1d56ecb800ee8.tar.gz |
2021-01-05 10:44:00
Diffstat (limited to 'tex/context/base/mkxl/lpdf-lmt.lmt')
-rw-r--r-- | tex/context/base/mkxl/lpdf-lmt.lmt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/lpdf-lmt.lmt b/tex/context/base/mkxl/lpdf-lmt.lmt index ce2de4f89..44352994a 100644 --- a/tex/context/base/mkxl/lpdf-lmt.lmt +++ b/tex/context/base/mkxl/lpdf-lmt.lmt @@ -592,8 +592,6 @@ local flushcharacter do -- luatex (a precursor to lmtx and also for comparison) but only in lmtx now so ... -- time to move on I guess. - local getscales = nuts.getscales -- move to caller (driv-shp) - flushcharacter = function(current,pos_h,pos_v,pos_r,font,char,data,f,e,factor,sx,sy) -- ,naturalwidth,width) if sx ~= f_x_scale or sy ~= f_y_scale or need_tf or font ~= f_cur or f_pdf ~= f_pdf_cur or fs ~= fs_cur or mode == "page" then pdf_goto_textmode() |