diff options
author | Sérgio Queiroz <sqmedeiros@gmail.com> | 2017-12-19 13:15:30 -0300 |
---|---|---|
committer | Sérgio Queiroz <sqmedeiros@gmail.com> | 2017-12-19 13:15:30 -0300 |
commit | e4b15b0debdb65dff377c6ff841abb6fc30acd23 (patch) | |
tree | a972f79684751b4bfa1d6b7f5dbb5e30a8e32117 | |
parent | c5574a9e8396498769e1f2a91609d08cbb0f86eb (diff) | |
download | lpeglabel-e4b15b0debdb65dff377c6ff841abb6fc30acd23.tar.gz lpeglabel-e4b15b0debdb65dff377c6ff841abb6fc30acd23.tar.bz2 lpeglabel-e4b15b0debdb65dff377c6ff841abb6fc30acd23.zip |
Removing function 'setlabels' from relabel
-rw-r--r-- | relabel.lua | 5 |
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) |
358 | end | 358 | end |
359 | 359 | ||
360 | local function setlabels (t) | ||
361 | tlabels = t | ||
362 | end | ||
363 | |||
364 | 360 | ||
365 | -- exported names | 361 | -- exported names |
366 | local re = { | 362 | local 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 | ||