summaryrefslogtreecommitdiff
path: root/tex/context/base/colo-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-10-19 23:03:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-10-19 23:03:00 +0200
commit33b756529488b2cc6bd6a2786361f8099c023820 (patch)
treed7431c6525d7d57512e6d120abbcccce1002f28a /tex/context/base/colo-ini.lua
parentec84960ca720596a893b4e8c3e127f7aab571f10 (diff)
downloadcontext-33b756529488b2cc6bd6a2786361f8099c023820.tar.gz
beta 2010.10.19 23:03
Diffstat (limited to 'tex/context/base/colo-ini.lua')
-rw-r--r--tex/context/base/colo-ini.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/tex/context/base/colo-ini.lua b/tex/context/base/colo-ini.lua
index cba78954d..77b2ea888 100644
--- a/tex/context/base/colo-ini.lua
+++ b/tex/context/base/colo-ini.lua
@@ -9,8 +9,6 @@ if not modules then modules = { } end modules ['colo-ini'] = {
local type, tonumber = type, tonumber
local concat = table.concat
local format, gmatch, gsub, lower, match, find = string.format, string.gmatch, string.gsub, string.lower, string.match, string.find
-local texsprint = tex.sprint
-local ctxcatcodes = tex.ctxcatcodes
local trace_define = false trackers.register("colors.define",function(v) trace_define = v end)