diff options
Diffstat (limited to 'tex/context/base/mlib-ctx.lua')
-rw-r--r-- | tex/context/base/mlib-ctx.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tex/context/base/mlib-ctx.lua b/tex/context/base/mlib-ctx.lua index a1a4e645a..04e0efcb4 100644 --- a/tex/context/base/mlib-ctx.lua +++ b/tex/context/base/mlib-ctx.lua @@ -43,7 +43,6 @@ local function setmpsformat(specification) specification.method = method end specification.mpx = metapost.format(instance,format,method) - return specification end local extensiondata = metapost.extensiondata or storage.allocate { } |