diff options
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui.pl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl index b4007a09da5..f5b0108fa58 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui.pl @@ -530,21 +530,6 @@ sub setup_menu_system { } $mw->Unbusy; }); - - if (TeXLive::TLUtils::which("mkluatexfontdb-sys")) { - $menu_actions->add('command', -label => __("Update LuaTeX font database"), - -state => $::action_button_state, - -command => sub { - $mw->Busy(-recurse => 1); - info("Running mkluatexfontdb-sys, this may take some time ...\n"); - for my $l (`mkluatexfontdb-sys 2>&1`) { - info($l); - $mw->update; - } - $mw->Unbusy; - }); - - } $menu_actions->add('command', -label => __("Restore packages from backup") . " ...", |