summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-fln.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-09-11 16:40:26 +0300
committerMarius <mariausol@gmail.com>2013-09-11 16:40:26 +0300
commit7e8fc3c7ea353c9331f92634ceeeaa724ccdeb01 (patch)
treeefcde28721b46ef2c02a33518f788cd3a5d806e4 /tex/context/base/typo-fln.lua
parent415f53ecf56e5353a9f14ae136ac0d4aea5dbf3d (diff)
downloadcontext-7e8fc3c7ea353c9331f92634ceeeaa724ccdeb01.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,
-}