From 2c075ea09b8772265eb1c6503a668153391485e4 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 21 Aug 2011 16:35:32 +0200 Subject: [PATCH] Lilypond-book: Remove unused noquote option (commented only as internal, but never used) --- python/book_snippets.py | 2 -- python/book_texinfo.py | 4 ---- 2 files changed, 6 deletions(-) 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 -- 2.39.2