summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/math-dim.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/math-dim.lua')
-rw-r--r--tex/context/base/mkiv/math-dim.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/math-dim.lua b/tex/context/base/mkiv/math-dim.lua
index 06b4bbd97..c46e16faf 100644
--- a/tex/context/base/mkiv/math-dim.lua
+++ b/tex/context/base/mkiv/math-dim.lua
@@ -132,7 +132,6 @@ end
function mathematics.dimensions(dimens) -- beware, dimens get spoiled
if dimens.SpaceAfterScript then
- dimens.SubscriptShiftDownWithSuperscript = dimens.SubscriptShiftDown * 1.5 -- move this one
return table.fastcopy(dimens), { }
elseif dimens.AxisHeight or dimens.axis_height then
local t = { }