From 6a9d7946e1b8d3154526e581fa5309f2f668e64d Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 8 May 2011 18:00:44 +0200 Subject: file info cleanup --- mod/tex/context/third/rst/rst_helpers.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'mod/tex/context/third/rst/rst_helpers.lua') diff --git a/mod/tex/context/third/rst/rst_helpers.lua b/mod/tex/context/third/rst/rst_helpers.lua index eefc056..73420d0 100644 --- a/mod/tex/context/third/rst/rst_helpers.lua +++ b/mod/tex/context/third/rst/rst_helpers.lua @@ -4,7 +4,7 @@ -- USAGE: called by rst_parser.lua -- DESCRIPTION: Complement to the reStructuredText parser -- AUTHOR: Philipp Gesang (Phg), --- CREATED: 2011-05-04 17:41:59+0200 +-- CHANGED: 2011-05-08 17:56:07+0200 -------------------------------------------------------------------------------- -- @@ -16,11 +16,6 @@ local C, Carg, Cb, Cc, Cg, Cmt, Cp, Cs, Ct = lpeg.C, lpeg.Carg, lpeg.Cb, lpeg.Cc, lpeg.Cg, lpeg.Cmt, lpeg.Cp, lpeg.Cs, lpeg.Ct local helpers ---if not context then - --helpers = helpers or {} ---else - --helpers = thirddata.rst_helpers ---end helpers = thirddata.rst_helpers helpers.table = {} helpers.cell = {} @@ -371,7 +366,6 @@ function helpers.table.simple(raw) local cell = { content = "", span = { x = 1, y = 1 }, - --ignore = false } cell.content = string.strip(row:sub(start, stop)) if check_span then -- cgit v1.2.3