aboutsummaryrefslogtreecommitdiff
path: root/relabel.lua
diff options
context:
space:
mode:
Diffstat (limited to 'relabel.lua')
-rw-r--r--relabel.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/relabel.lua b/relabel.lua
index 3188163..85ba79a 100644
--- a/relabel.lua
+++ b/relabel.lua
@@ -357,10 +357,6 @@ local function gsub (s, p, rep)
357 return cp:match(s) 357 return cp:match(s)
358end 358end
359 359
360local function setlabels (t)
361 tlabels = t
362end
363
364 360
365-- exported names 361-- exported names
366local re = { 362local re = {
@@ -369,7 +365,6 @@ local re = {
369 find = find, 365 find = find,
370 gsub = gsub, 366 gsub = gsub,
371 updatelocale = updatelocale, 367 updatelocale = updatelocale,
372 setlabels = setlabels,
373 calcline = calcline 368 calcline = calcline
374} 369}
375 370