diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-23 22:12:48 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-23 22:12:48 +0200 |
commit | dfe9eb6d22c61b0100f094e9ba14c1090c704af9 (patch) | |
tree | 9c6ba7980d354da24df9b0637a3e11f63a10d933 /luaotfload.dtx | |
parent | 7b227eafa8c2c607d31bc46897553139baa6430d (diff) | |
download | luaotfload-dfe9eb6d22c61b0100f094e9ba14c1090c704af9.tar.gz |
remove fragment of cache hack
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 4abe063..e75a561 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1743,16 +1743,6 @@ pop_namespaces(our_environment, false)-- true) log("fontloader loaded in %0.3f seconds", os.gettimeofday()-starttime) % \end{macrocode} -% Restore original \luafunction{kpse.expand_path} function. -% -% \begin{macrocode} - -if normal_expand_path ~= nil then - kpse.expand_path = normal_expand_path - phantom_kpse = nil -end - -% \end{macrocode} % \subsection{Callbacks} % After the fontloader is ready we can restore the callback trap from % \identifier{luatexbase}. |