From: David Kastrup Date: Thu, 29 Aug 2013 14:49:50 +0000 (+0200) Subject: Remove declarations for non-existing and/or unused externals in lily-parser.hh X-Git-Tag: release/2.17.26-1~18^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=728e7c8ff6d70b3dc80c32a882214234514f4743;p=lilypond.git Remove declarations for non-existing and/or unused externals in lily-parser.hh --- diff --git a/lily/include/lily-parser.hh b/lily/include/lily-parser.hh index 03556ab01e..5009e693e3 100644 --- a/lily/include/lily-parser.hh +++ b/lily/include/lily-parser.hh @@ -77,14 +77,6 @@ public: DECLARE_UNSMOB (Lily_parser, lily_parser); -SCM ly_parse_file (SCM); -SCM ly_parse_string (SCM); -// SCM ly_parser_add_book_and_score (SCM, SCM); -SCM ly_parser_print_book (SCM, SCM); -SCM ly_parser_print_score (SCM, SCM); -SCM ly_parser_bookify (SCM, SCM); -SCM ly_parser_scorify (SCM, SCM); - Output_def *get_layout (Lily_parser *parser); Output_def *get_midi (Lily_parser *parser); Output_def *get_paper (Lily_parser *parser);