]> git.donarmstrong.com Git - lilypond.git/commitdiff
Parser: remove unused member function declarations and definitions.
authorDavid Kastrup <dak@gnu.org>
Fri, 10 Jan 2014 12:11:56 +0000 (13:11 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 15 Jan 2014 10:11:19 +0000 (11:11 +0100)
lily/include/lily-parser.hh
lily/lily-parser.cc

index bb4899edb3596b5acebceff8ec4f985ce0ec48f8..b4a8f8c87ad5a14c71af92e79f5a7feed4f39993 100644 (file)
@@ -34,14 +34,6 @@ class Lily_parser
 {
   DECLARE_SMOBS (Lily_parser);
 
-  char const *here_str0 () const;
-  Simultaneous_music *get_chord (Pitch tonic,
-                                 vector<Pitch> *adds, vector<Pitch> *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_;
index eb80d103c3721cae791449320e7578ecd329cfa8..cf5f62b941550010abacc835b272465460305a3e 100644 (file)
@@ -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)
 {