X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstream-event.hh;h=d554f584dcec8eaaeb34556edc1a465a1e0784cf;hb=d061586179ac3febbb53f33734bd53d47498f273;hp=27a83ed72ff83e5f274398842029e69d2ce01fb7;hpb=d2762a4f1add2bb04d6fc34d3c7ae03eeb7d500f;p=lilypond.git diff --git a/lily/include/stream-event.hh b/lily/include/stream-event.hh index 27a83ed72f..d554f584dc 100644 --- a/lily/include/stream-event.hh +++ b/lily/include/stream-event.hh @@ -30,13 +30,6 @@ public: Stream_event (); VIRTUAL_COPY_CONSTRUCTOR (Stream_event, Stream_event); - static Stream_event *unsmob (SCM s) { - return dynamic_cast (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 *);