X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstream-event.cc;h=840695301ad4a31f2e8287af2e22a9c15ff79e89;hb=617d9d75379510103b6a5ffa43e33c6936493e22;hp=6392e3c718585d2b01611d105fdf5998f01e5f2c;hpb=899823d9d23688ae24bd8b9efccf3ac7d0a86f9e;p=lilypond.git diff --git a/lily/stream-event.cc b/lily/stream-event.cc index 6392e3c718..840695301a 100644 --- a/lily/stream-event.cc +++ b/lily/stream-event.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2010 Erik Sandberg + Copyright (C) 2005--2011 Erik Sandberg LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -73,8 +73,6 @@ Stream_event::internal_in_event_class (SCM class_name) return scm_c_memq (class_name, cl) != SCM_BOOL_F; } -IMPLEMENT_TYPE_P (Stream_event, "ly:stream-event?"); - MAKE_SCHEME_CALLBACK (Stream_event, undump, 1); MAKE_SCHEME_CALLBACK (Stream_event, dump, 1);