]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/includable-lexer.hh
Centers DynamicText grobs in Dynamics context on the NoteColumns of
[lilypond.git] / lily / include / includable-lexer.hh
index 3c0fe8b9fa75c437aa7b0c7e62ac2dbbcabb6482..06b3e1fa4e4c805e07a519532324dc00d593f59f 100644 (file)
@@ -42,7 +42,6 @@ protected:
   bool close_input ();
   vector<Source_file *> include_stack_;
   vector<int> char_count_stack_;
-  vector<string> pending_string_includes_;
 
 public:
 
@@ -57,7 +56,6 @@ public:
   virtual void new_input (string s, Sources *);
 
   void new_input (string name, string data, Sources *);
-  void add_string_include (string data);
 
   char const *here_str0 () const;
 };