From: fred Date: Wed, 12 Mar 1997 10:17:39 +0000 (+0000) Subject: lilypond-0.0.41 X-Git-Tag: release/1.5.59~6210 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a3fc19aee15cf78511ce78feb2c49106998a7b36;p=lilypond.git lilypond-0.0.41 --- diff --git a/lily/notename.cc b/lily/notename.cc index e6d62644b2..99abaf605f 100644 --- a/lily/notename.cc +++ b/lily/notename.cc @@ -29,6 +29,8 @@ Notename_tab::set(int l, int s, String n) notetab[l * 5 + s +2] = n; } /* *************** */ + +#if 0 void My_flex_lexer::set(Notename_tab *n) { @@ -45,3 +47,4 @@ My_flex_lexer::lookup_notename(int &large, int &small, String s) defaulttab->lookup(large, small, s); } +#endif