From: Reinhold Kainhofer Date: Sun, 21 Aug 2011 14:35:32 +0000 (+0200) Subject: Lilypond-book: Remove unused noquote option (commented only as internal, but never... X-Git-Tag: release/2.15.9-1~9^2~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2c075ea09b8772265eb1c6503a668153391485e4;p=lilypond.git Lilypond-book: Remove unused noquote option (commented only as internal, but never used) --- diff --git a/python/book_snippets.py b/python/book_snippets.py index 0ecc5356de..47b6834716 100644 --- a/python/book_snippets.py +++ b/python/book_snippets.py @@ -44,7 +44,6 @@ LINE_WIDTH = 'line-width' NOFRAGMENT = 'nofragment' NOGETTEXT = 'nogettext' NOINDENT = 'noindent' -NOQUOTE = 'noquote' INDENT = 'indent' NORAGGED_RIGHT = 'noragged-right' NOTES = 'body' @@ -67,7 +66,6 @@ VERSION = 'lilypondversion' # NOTIME and NOGETTEXT have no opposite so they aren't part of this # dictionary. -# NOQUOTE is used internally only. no_options = { NOFRAGMENT: FRAGMENT, NOINDENT: INDENT, diff --git a/python/book_texinfo.py b/python/book_texinfo.py index 9399451647..6bda07a3f8 100644 --- a/python/book_texinfo.py +++ b/python/book_texinfo.py @@ -134,10 +134,6 @@ TexInfo_output = { QUOTE: r'''@quotation %(str)s@end quotation -''', - - NOQUOTE: r'''@format -%(str)s@end format ''', VERBATIM: r'''@exampleindent 0