]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stream-event.hh
Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob
[lilypond.git] / lily / include / stream-event.hh
index 27a83ed72ff83e5f274398842029e69d2ce01fb7..d554f584dcec8eaaeb34556edc1a465a1e0784cf 100644 (file)
@@ -30,13 +30,6 @@ public:
   Stream_event ();
   VIRTUAL_COPY_CONSTRUCTOR (Stream_event, Stream_event);
 
-  static Stream_event *unsmob (SCM s) {
-    return dynamic_cast <Stream_event *> (Prob::unsmob (s));
-  }
-  static bool is_smob (SCM s) {
-    return Prob::is_smob (s) && unsmob (s);
-  }
-
   Stream_event (SCM event_class, SCM immutable_props = SCM_EOL);
   Stream_event (SCM class_name, Input *);