From f6b5ab0af6b940fc3264506cd6b91e2746c9911e Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Mon, 31 May 2010 17:37:39 +0000 Subject: Remove addLuaMap support and usage, not needed any more. (Undo commits 18217, 18214 and 18212.) git-svn-id: svn://tug.org/texlive/trunk@18651 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPSRC.pm | 5 ----- Master/tlpkg/TeXLive/TLUtils.pm | 2 -- 2 files changed, 7 deletions(-) (limited to 'Master/tlpkg/TeXLive') diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index 327db379b47..a030f7bd53f 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -782,11 +782,6 @@ enables the font map file IC<.map> in the C file. enables the font map file IC<.map> for Mixed mode in the C file. -=item C - -triggers a call to mkluatexfontdb-sys (if available) which updates -the font cache for luatex. - =item C file=I [I...]> activates the hyphenation pattern with name I and load the file diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 6c63a8da3c8..3658689b808 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1746,8 +1746,6 @@ sub announce_execute_actions { foreach my $e ($tlp->executes) { if ($e =~ m/^add((Mixed)?Map)\s+([^\s]+)\s*$/) { $::execute_actions{$type}{'maps'}{$3} = "$1"; - } elsif ($e =~ m/^addLuaMap\s*$/) { - $::execute_actions{$type}{'luamaps'}{'run'} = 1; } elsif ($e =~ m/^AddFormat\s+(.*)\s*$/) { my %r = TeXLive::TLUtils::parse_AddFormat_line("$1"); if (defined($r{"error"})) { -- cgit v1.2.3