From 69d2352af4b60929b37fc49f3bdb263977016244 Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 19 Oct 2012 01:20:13 +0300 Subject: stable 2012.05.30 11:26 --- tex/context/base/mlib-ctx.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'tex/context/base/mlib-ctx.lua') diff --git a/tex/context/base/mlib-ctx.lua b/tex/context/base/mlib-ctx.lua index a8ef84b80..493a45248 100644 --- a/tex/context/base/mlib-ctx.lua +++ b/tex/context/base/mlib-ctx.lua @@ -97,11 +97,9 @@ local environments = { } function metapost.tex.set(str) environments[#environments+1] = str end - function metapost.tex.reset() environments = { } end - function metapost.tex.get() return concat(environments,"\n") end -- cgit v1.2.3