]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver.hh
* lily/bar-line.cc (compound_barline): fix : for staff without
[lilypond.git] / lily / include / engraver.hh
index c8270be6d619300928aa78f3a712ed092c01becd..1535a245cc1408d8235e8cd90ca065e3f081de1b 100644 (file)
@@ -25,10 +25,6 @@ class Engraver : public virtual Translator {
     
   friend class Engraver_group_engraver;
 protected:
-  /*
-    Call this when you're finished with ELEM_P.
-   */
-  virtual void typeset_grob (Grob*elem);
   /*
     take note of item/spanner
     put item in spanner. Adjust local key; etc.