From: John Mandereau Date: Tue, 22 Apr 2008 12:46:11 +0000 (+0200) Subject: Remove obsolete command line option X-Git-Tag: release/2.11.45-1~20^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=be396488a424d8e239195726fb6fe0c7fe6fa340;p=lilypond.git Remove obsolete command line option --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 433bea2011..ad33822bb3 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -183,11 +183,6 @@ def get_option_parser (): help=_ ("create PDF files for use with PDFTeX"), default=False) - p.add_option ('', '--psfonts', action="store_true", dest="psfonts", - help=_ ('''extract all PostScript fonts into INPUT.psfonts for LaTeX -must use this with dvips -h INPUT.psfonts'''), - default=None) - p.add_option ('-V', '--verbose', help=_ ("be verbose"), action="store_true", default=False,