From e16fd29f8dde832e47348a53e0d098067287f151 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 10 Jan 2014 13:11:56 +0100 Subject: [PATCH] Parser: remove unused member function declarations and definitions. --- lily/include/lily-parser.hh | 8 -------- lily/lily-parser.cc | 6 ------ 2 files changed, 14 deletions(-) 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) { -- 2.39.5