diff options
author | Norbert Preining <preining@logic.at> | 2008-06-01 17:11:12 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-01 17:11:12 +0000 |
commit | 10f1d1684834fa753fae437ce473669147108ee3 (patch) | |
tree | 86f88c290f6ea76921803c42af211c116d658ddd | |
parent | bf77462435aaaabafe314191ec2d2b1f7a85c3b3 (diff) |
tlmgr.pl: remove the todo item about TK.pm load warnings
git-svn-id: svn://tug.org/texlive/trunk@8453 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index d20f14500c3..a10e0c3a8c5 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -6,10 +6,6 @@ # or any later version. # # TODO: -# - before trying to start the GUI try to load Tk.pm, and if that does -# not work remain in text modus and echo some warning. -# Or move the whole stuff to tlmgrgui.pl and let it only spit out a -# warning! # - ordering or collections removal (see below for details) # - (?) removal does not remove created format files from TEXMFSYSVAR # - other features: dependency check?, ...? |