]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer-group.cc
* lily/smobs.cc (protect_smob): switch off fancy smob protection
[lilypond.git] / lily / performer-group.cc
index 9e71c6e7629c4ec817db3ca75bbea04fa337832c..990f478bf823f5395ec2715d90912342d0b228b3 100644 (file)
@@ -96,15 +96,3 @@ Performer_group::play_element (Audio_element *e)
     }
 }
 
-int
-Performer_group::get_tempo () const
-{
-  Context *c = context_->get_parent_context ();
-  if (c)
-    {
-      Performer_group *pgp = dynamic_cast<Performer_group *> (c->implementation ());
-      return pgp->get_tempo ();
-    }
-  return 60;
-}
-