From: David Kastrup Date: Fri, 10 Jan 2014 12:11:56 +0000 (+0100) Subject: Parser: remove unused member function declarations and definitions. X-Git-Tag: release/2.19.1-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e16fd29f8dde832e47348a53e0d098067287f151;p=lilypond.git Parser: remove unused member function declarations and definitions. --- diff --git a/lily/include/lily-parser.hh b/lily/include/lily-parser.hh index bb4899edb3..b4a8f8c87a 100644 --- a/lily/include/lily-parser.hh +++ b/lily/include/lily-parser.hh @@ -34,14 +34,6 @@ class Lily_parser { DECLARE_SMOBS (Lily_parser); - char const *here_str0 () const; - Simultaneous_music *get_chord (Pitch tonic, - vector *adds, vector *subs, - Pitch *inversion, Pitch *bass, Duration d); - void set_chord_tremolo (int type); - void set_last_duration (Duration const *); - void set_last_pitch (Pitch const *); - public: Lily_lexer *lexer_; Sources *sources_; diff --git a/lily/lily-parser.cc b/lily/lily-parser.cc index eb80d103c3..cf5f62b941 100644 --- a/lily/lily-parser.cc +++ b/lily/lily-parser.cc @@ -195,12 +195,6 @@ Lily_parser::clear () lexer_ = 0; } -char const * -Lily_parser::here_str0 () const -{ - return lexer_->here_str0 (); -} - void Lily_parser::parser_error (const string &s) {