summaryrefslogtreecommitdiff
path: root/otfl-luat-ovr.lua
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-10-06 17:25:43 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-10-06 17:25:43 +0200
commit116531893e5556d196dd0b4ca83eea6e31fbe644 (patch)
tree6512f4df7fb71c8a696126c7c0537b868209f55e /otfl-luat-ovr.lua
parentf1d2510a7f203dd0efc145386552893aeb3365c8 (diff)
downloadluaotfload-116531893e5556d196dd0b4ca83eea6e31fbe644.tar.gz
Unused code
Diffstat (limited to 'otfl-luat-ovr.lua')
-rw-r--r--otfl-luat-ovr.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/otfl-luat-ovr.lua b/otfl-luat-ovr.lua
index 7bac97d..63a9e19 100644
--- a/otfl-luat-ovr.lua
+++ b/otfl-luat-ovr.lua
@@ -34,13 +34,3 @@ function logs.info(category,fmt,...)
end
io.flush()
end
-
-function logs.simple(fmt,...)
- if fmt then
- write_nl('log', format("%s | %s",name,format(fmt,...)))
- else
- write_nl('log', format("%s |",name))
- end
-end
-
-tex.ctxcatcodes = luatexbase.catcodetables.latex