summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-04-22 15:48:39 +0200
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-04-22 15:48:39 +0200
commitf4fa20a933db69aad3b0823e1b53115078f095e0 (patch)
treece94e642a09a450723615e77f105ff344873bed5 /luaotfload.dtx
parentc170cba2b369564a94b10e992822cbe8601b0f99 (diff)
downloadluaotfload-f4fa20a933db69aad3b0823e1b53115078f095e0.tar.gz
Removing the init_prog line...
Bitmap font generation works fine without it and it certainly doesn't belong here...
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx15
1 files changed, 0 insertions, 15 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 3685083..f86d9b7 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -1033,21 +1033,6 @@ local error, warning, info, log =
% \end{macrocode}
%
-% This is a necessary initalization in order not to rebuild an existing
-% font.
-% Maybe 600 should be replaced by \texmacro{pdfpkresolution} %% (why?)
-% or \luafunction{texconfig.pk_dpi} (and it should be replaced
-% dynamically), but we don't have access (yet) to the
-% \identifier{texconfig} table, so we let it be 600.
-% Anyway, it does still work fine even if \texmacro{pdfpkresolution} is
-% changed.
-%
-% \begin{macrocode}
-
-kpse.init_prog("", 600, "/")
-
-% \end{macrocode}
-%
% We set the minimum version requirement for \LUATEX to v0.74, as it was
% the first version to include version 5.2 of the \LUA interpreter.
%