]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/output-def.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / output-def.hh
index de190a7c86ff07174fe5a75500ee51c28acd9b89..c7c4248ea4bb3a1a9ac4969ef46a8cead4495687 100644 (file)
@@ -3,13 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef MUSIC_OUTPUT_DEF_HH
 #define MUSIC_OUTPUT_DEF_HH
 
-#include "std-string.hh"
 #include "lily-proto.hh"
 #include "virtual-methods.hh"
 #include "smobs.hh"
@@ -41,7 +40,8 @@ class Output_def
 
 public:
   VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def);
-  DECLARE_SMOBS (Output_def, );
+  DECLARE_SMOBS (Output_def);
+
 public:
   SCM scope_;
   Output_def *parent_;
@@ -49,9 +49,6 @@ public:
   Input input_origin_;
   string user_key_;
 
-  Lily_parser *parser_;
-  Lily_parser *get_parser () const;
-  
   Output_def (Output_def const&);
   Output_def ();