]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/my-lily-lexer.cc
* lily/paper-outputter.cc (output_version): change "Lily was here"
[lilypond.git] / lily / my-lily-lexer.cc
index c69f23c5fac0cb782f2a8f7261849747969cecc5..b3445a8a840df845466c0634c216bfc24061e8f8 100644 (file)
@@ -242,21 +242,3 @@ My_lily_lexer::prepare_for_next_token ()
 {
   last_input_ = here_input();
 }
-
-#if 0
-SCM
-My_lily_lexer::scan_markup_word (String s)
-{
-  /*
-    TODO: better implementation:
-
-    - make a table of markup functions, for quicker lookup
-
-    - error handling.
-    
-   */
-  SCM s = scm_c_eval_str ((s + "-markup").to_str0());
-  yylval.scm = s;
-  return MARKUP_HEAD;
-}
-#endif