summaryrefslogtreecommitdiff
path: root/func
diff options
context:
space:
mode:
Diffstat (limited to 'func')
-rw-r--r--func/tagnames.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/func/tagnames.lua b/func/tagnames.lua
index 528c7b9..a87a3d7 100644
--- a/func/tagnames.lua
+++ b/func/tagnames.lua
@@ -33,7 +33,6 @@ end
function nametag_c(c)
for _, ct in ipairs(c:tags()) do
- --nametagc_t(ct, c)
nametag(ct, c.newclass or c.class)
end
end