]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-parser.cc
Parser: remove unused member function declarations and definitions.
[lilypond.git] / lily / lily-parser.cc
index 65906beeef4d52cf85ff62652ceed84d8a8c100d..cf5f62b941550010abacc835b272465460305a3e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -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)
 {