]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
release: 1.1.44
[lilypond.git] / lily / include / tie.hh
index f8ac1a31f94bb1511c04274b8cf8a37fd302fde6..cb6eb72ebf046234b4e72cb03ee0b6587db00f55 100644 (file)
@@ -22,10 +22,8 @@ public:
   Tie ();
   void set_head (Direction, Note_head*head_l);
   VIRTUAL_COPY_CONS(Score_element);
-  
-  bool same_pitch_b_;
-  Drul_array<Note_head *> head_l_drul_;
 
+  Drul_array<Note_head *> head_l_drul_;
 protected:
   virtual void do_add_processing ();
   virtual void do_post_processing ();