]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performance.hh
Issue 4472: Let \mark and Mark_engraver act consistently
[lilypond.git] / lily / include / performance.hh
index 2df4bb75c63e4a03311e99f87b458a0b2597fd4f..3f9c5d6f1ba044d2e00fb7a92f33dc61baa720cb 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -31,13 +31,6 @@ public:
   ~Performance ();
   DECLARE_CLASSNAME (Performance);
 
-  static Performance *unsmob (SCM p) {
-    return dynamic_cast <Performance *> (Music_output::unsmob (p));
-  }
-  static bool is_smob (SCM p) {
-    return Music_output::is_smob (p) && unsmob (p);
-  }
-
   void add_element (Audio_element *p);
   virtual void process ();
   void remap_grace_durations ();