From c8be683d0645394e6f6472d553d070ab9e56d6a9 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 18 Mar 2011 16:55:29 +0200 Subject: Will not be needed with next ConTeXt merge --- luaotfload.dtx | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'luaotfload.dtx') diff --git a/luaotfload.dtx b/luaotfload.dtx index 89c3b9f..c6386f0 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -660,23 +660,6 @@ end fonts.mode = "node" % \end{macrocode} % -% The following features are useful in math (e.g. in XITS Math font), -% but \textsf{luaotfload} does not recognize them in |base| mode. -% -% \begin{macrocode} -local register_base_sub = fonts.otf.features.registerbasesubstitution -local gsubs = { - "ss01", "ss02", "ss03", "ss04", "ss05", - "ss06", "ss07", "ss08", "ss09", "ss10", - "ss11", "ss12", "ss13", "ss14", "ss15", - "ss16", "ss17", "ss18", "ss19", "ss20", -} - -for _,v in next, gsubs do - register_base_sub(v) -end -% \end{macrocode} -% % Finally we register the callbacks % % \begin{macrocode} -- cgit v1.2.3