]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/phrasing-slur-engraver.cc
Run grand-replace (issue 3765)
[lilypond.git] / lily / phrasing-slur-engraver.cc
index 34b8cb09eee4f91c5e7a8925db3cc9f834529dc4..ef11e66ac3516da74c48741a40305fdf37556f11 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>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -35,7 +35,6 @@ class Phrasing_slur_engraver : public Slur_proto_engraver
 {
 protected:
   DECLARE_TRANSLATOR_LISTENER (phrasing_slur);
-  DECLARE_TRANSLATOR_LISTENER (break_phrasing_slur);
   DECLARE_ACKNOWLEDGER (slur);
 
 public:
@@ -45,7 +44,6 @@ public:
 Phrasing_slur_engraver::Phrasing_slur_engraver () :
   Slur_proto_engraver (0, "PhrasingSlur", "phrasing slur", "phrasing-slur-event")
 {
-  break_slur_ = 0;
 }
 
 IMPLEMENT_TRANSLATOR_LISTENER (Phrasing_slur_engraver, phrasing_slur);
@@ -55,13 +53,6 @@ Phrasing_slur_engraver::listen_phrasing_slur (Stream_event *ev)
   internal_listen_slur (ev);
 }
 
-IMPLEMENT_TRANSLATOR_LISTENER (Phrasing_slur_engraver, break_phrasing_slur);
-void
-Phrasing_slur_engraver::listen_break_phrasing_slur (Stream_event *ev)
-{
-  internal_listen_break_slur (ev);
-}
-
 void
 Phrasing_slur_engraver::acknowledge_slur (Grob_info info)
 {