X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmy-lily-lexer.cc;h=b3445a8a840df845466c0634c216bfc24061e8f8;hb=8aa7d17c7264f95f21a68cb3f51a0a3d5a87ab22;hp=c69f23c5fac0cb782f2a8f7261849747969cecc5;hpb=897fae718eb87e2e1e1cc862afe0cce58de99c88;p=lilypond.git diff --git a/lily/my-lily-lexer.cc b/lily/my-lily-lexer.cc index c69f23c5fa..b3445a8a84 100644 --- a/lily/my-lily-lexer.cc +++ b/lily/my-lily-lexer.cc @@ -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