summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-fln.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-09-11 15:37:00 +0200
committerHans Hagen <pragma@wxs.nl>2013-09-11 15:37:00 +0200
commit078e25ebc5db0c7097ba08d9a226c676efe2dad6 (patch)
treec7ef32352278bb3a5cfa4fc68bf169a006067bcb /tex/context/base/typo-fln.lua
parent3413278eb3639da93bfa6d31d0abb8f9b41b3150 (diff)
downloadcontext-078e25ebc5db0c7097ba08d9a226c676efe2dad6.tar.gz
beta 2013.09.11 15:37
Diffstat (limited to 'tex/context/base/typo-fln.lua')
-rw-r--r--tex/context/base/typo-fln.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/tex/context/base/typo-fln.lua b/tex/context/base/typo-fln.lua
index b1a486779..38aba2d22 100644
--- a/tex/context/base/typo-fln.lua
+++ b/tex/context/base/typo-fln.lua
@@ -245,11 +245,3 @@ local function process(namespace,attribute,head)
end
return head, false
end
-
-firstlines.attribute = a_firstline
-
-firstlines.handler = nodes.installattributehandler {
- name = "firstlines",
- namespace = firstlines,
- processor = process,
-}