diff options
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 2192e12..eb53461 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -707,14 +707,6 @@ for _,v in next, gsubs do end % \end{macrocode} % -% Function to register font patching callbacks. -% -% \begin{macrocode} -function luaotfload.add_patch_callback(...) - luatexbase.add_to_callback("luaotfload.patch_font", ...) -end -% \end{macrocode} -% % Finally we register the callbacks % % \begin{macrocode} |