]> git.donarmstrong.com Git - lilypond.git/commitdiff
Lilypond-book: Remove unused noquote option (commented only as internal, but never...
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 21 Aug 2011 14:35:32 +0000 (16:35 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 22 Aug 2011 10:51:59 +0000 (12:51 +0200)
python/book_snippets.py
python/book_texinfo.py

index 0ecc5356dee930f0f1146cc2989b64668a8728a9..47b683471657e39c1fcf3ef764bf2e8bbaf22075 100644 (file)
@@ -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,
index 939945164743be1c9c21ac2ce0639654f04a6b8a..6bda07a3f8f890603df077ae905fe055ef436a80 100644 (file)
@@ -134,10 +134,6 @@ TexInfo_output = {
 
     QUOTE: r'''@quotation
 %(str)s@end quotation
-''',
-
-    NOQUOTE: r'''@format
-%(str)s@end format
 ''',
 
     VERBATIM: r'''@exampleindent 0