diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/chem-str.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/chem-str.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/chem-str.lua b/Master/texmf-dist/tex/context/base/mkiv/chem-str.lua index 7581a61d115..9f0738fc516 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/chem-str.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/chem-str.lua @@ -766,9 +766,6 @@ function chemistry.stop() if trace_metapost then report_chemistry("metapost code:\n%s", mpcode) end - if metapost.instance(chemistry.instance) then - f_initialize = nil - end metapost.graphic { instance = chemistry.instance, format = chemistry.format, @@ -776,7 +773,6 @@ function chemistry.stop() data = mpcode, definitions = f_initialize, } - t_initialize = "" metacode = nil end end |