aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Queiroz <sqmedeiros@gmail.com>2017-12-19 13:15:30 -0300
committerSérgio Queiroz <sqmedeiros@gmail.com>2017-12-19 13:15:30 -0300
commite4b15b0debdb65dff377c6ff841abb6fc30acd23 (patch)
treea972f79684751b4bfa1d6b7f5dbb5e30a8e32117
parentc5574a9e8396498769e1f2a91609d08cbb0f86eb (diff)
downloadlpeglabel-e4b15b0debdb65dff377c6ff841abb6fc30acd23.tar.gz
lpeglabel-e4b15b0debdb65dff377c6ff841abb6fc30acd23.tar.bz2
lpeglabel-e4b15b0debdb65dff377c6ff841abb6fc30acd23.zip
Removing function 'setlabels' from relabel
-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